body{
    margin-left: 4%;
    margin-right: 4%;
    background-color: #ebe8e0;
}

h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 3%;
    font-size: 36pt;
}

p{
    font-size: larger;
    margin-bottom: 40px;
    margin-left: 40px;
}

ul {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: larger;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #007a99;
    margin-bottom: 4%;
}

ul li {
    float: left;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul li a:hover {
  background-color: #1d4464;
}

img
{
    margin-top: 6px;
    width: 500px;
    padding: 15px;
}

.box{
    display: flex;
    align-items: center;
}

#message{
    width: 500px;
    height:80px;
}