body{
    background-color: #b0e0e6;
    
}
img{
    margin-left: 37%;
    image-orientation: flip;
    margin-top: 1%;
}

h1{ 
    text-align: center;
    background-color: #4682b4;
    font-size: 2em;
    margin-top: 1%;
    text-align: center;
    padding: 2%;
}
 
p{
    text-align: center;
    background-color: #4682b4;
    font-size: 1.5em;
    margin-top: 2%;
    text-align: center;
    padding: 2%;
}

nav {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1%;
    text-align: center;
    padding: 2%;
    height: 20%;
}

nav a {
    color: #4e7277;
    text-decoration: none;
    margin: 0 3%;
    font-size: 28px;
}

nav a:hover {
    text-decoration: underline;
}