body{
    background: url(https://images.unsplash.com/photo-1439396087961-98bc12c21176?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450);
    background-size: cover;
    background-position: center;
    font-family: 'Lato', sans-serif;
    color: white;
}

#content{
    text-align: center;
    padding-top: 15%;
    text-shadow: 0px 4px 3px black,
    0px 4px 3px black,
    0px 4px 3px red;

}
input{
    background-color: gray;
    color: lightgreen;
}
option{
    color: gray;
    color: lightgreen;

}
select{
    background-color: black;
    color: lightgreen;
}
input{
  color:red;
}
html{
    height:100%;
}
h1{
    font-weight: 700;
    font-size: 5em;
}
hr{
    width: 350px;
    border-top: 1px solid #f8f9f8;
    border-bottom: 1px solid rgba(0,0,0,1);
}