body {
    margin: 0;
    font-family: 'Onest', sans-serif;
    font-size: 1em;
    color: rgb(103, 97, 97);
}

header {
    background-color: rgb(32, 32, 97);
    color: white;
    padding: 0 40px 15px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

header img {
    display: block;
    border: 5px solid white;
    max-width: 200px;
    width: 100%;
    margin-bottom: -120px
}

#container {
    width: 700px;
    margin: 0 auto;
    background: #eee;
}

main, aside, footer {
    padding: 40px;
}

a:link, a:visited {
    color: #3c3a3a;
}

a:link, a:hover {
    color: #7e7b7b; 
}

header h1 {
    color: rgb(27, 155, 148); 
    font-size: 50px;
}

header p {
    font-size: 20px;
}

main h1 {
    color: rgb(27, 155, 148);

}

h1, h2 {
    font-family: 'Sniglet', serif;
    font-weight: 300;
}

main li {
    list-style-type: none;
}

li a {
    text-decoration: none;
}

aside {
    background-color: rgb(32, 32, 97);
    color: white;
    padding: 30px 40px;
    min-height: 220px;
    align-items: center;
    justify-content: space-evenly;
}

aside h1 {
    padding: 20px 0;
}

aside a:link, aside a:visited {
    color: #7e7b7b;
}

aside a:link, aside a:hover {
    color: #aaa3a3; 
}

aside li {
    list-style-type: none;
}

footer li {
    list-style-type: none;
}

ul {
    padding: 0;
}