body {
    font-style: oblique;
    text-align: center;
}


#top {
    text-align: center;
}

#logo {
background-color: aqua;
display: inline-block;
font: bolder;
font-size: larger;
}

#logo-name {
font-size: 32px;
font-weight: bold;
margin: 16px;
}
#navigation a {
color: black;
padding: 10px;

}

#navigation a:hover {
    color: blueviolet;
}

#image img{
    width: 40%;
    margin-top: 16px;
    margin-bottom: 16px;
    border-color: aliceblue;
}

#main {
    max-width: 800px;
    margin: auto;
    font-size: larger;
}

#footer {
    text-align: center;
    font-size: medium;
}