  body{
    padding: 170px; 
    /* background-color: blue;   */
    display: block;
    width: 1033px;
    top: 100px;
} 

iframe{
    align-items: center;
}

 img{
    position: absolute;
    top: 5px;
    right: 20px;
}  

.navigations {
 text-align: center; 
/*  position: fixed;
 top: 100px;
 left: 380px; */

}
.navigations button{
    background-color: rgb(37, 75, 110);
}

.navigations li, .navigations a{
   display: inline-block;
/*    width: 130px;
   height: 20px; */
   color: whitesmoke;
   text-align: left;
   /* background-color: #555555;  */
}

p{
    font-size: 1.1em;
    text-align: center;
}

button, input[type="submit"]{
    margin: 15px 0 10px 0;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.1em;
    padding: 5px 10px;
    background-color: #4f6f6f;
    color: white;
}

input[type="submit"]{
    margin: 10px auto;
    display: block;
}

button:hover, input[type="submit"]:hover{
    background-color: #738484;
}
a{
    text-decoration: none;
    color: darkslategrey;
}

form{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

input[type="text"]{
    display: block;
    width: 80%;
    margin: 5px auto;
    background-color: #f5f5f5;
}

select{
    width: 40%;
    margin: 0 auto;
    background-color: #e5e5e5
}
a:hover{
    color: #738484;
}

footer{
    text-align: center;
}