body{
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    background-image: url(../phtotos/sunset.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
header{
    width: 100%;
    height: 70px;
    background: black;
    color: white;
    opacity: 0.7;
}
.logo{
    font-variant: small-caps;
    text-align: center;
    margin-top: 10px;
    font-style: oblique;
}
input[type="text"]{
    width: 100px;
    height: 40px;
    outline: none;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    margin-top: 16px;  
    border-radius: 5px;
    padding: 1%;
    opacity: 1;
}
input[type="button"]{
    width: 90px;
    height: 40px;
    outline: none;
    border: 1px solid #e1e1e1;
    background: black;
    color: white;
    margin-top: 16px;
    font-size: 1em;
    font-family: verdana;
    border-radius: 5px;
    opacity: 1;
}
.come{
    font-size: 5em;
    text-align: center;
    opacity: 1;
}
#timeBox{
    background: black;
    color: white;
    opacity: 0.7;
}
footer{
    width: 100%;
    background: white;
    color: gray;
    padding: 2%;
}
.copy{
    font-family: verdana;
    font-size: 0.9em;
    text-align: center;
    margin-top: 30px;
}