.jumbo{
   color: black;
  text-align: center;
  background-color: white;
  font-family: 'Ranchers', cursive;
  
}
container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form{
  height: 700px;
  border: 1px solid black;
  padding: 20px 20px 20px 20px ;
  box-shadow: 5px 10px 8px 10px #888888;
  
}
footer{
color: white;
height:150px;
text-align: center;
background-color: black ;
padding-top: 30px;
}
body{
  font-family: 'Open Sans', sans-serif;
}
.sector label {
  display: inline-block;
  width: 110px;
  color: #777777;
}





