body{
    font-family: 'IBM Plex Serif', serif;
    background-color: white;
    font-size: 1.15em;
    padding: 0;
    margin: 0;
}
h1{
    font-family: "IBM Plex Serif";
    font-weight: 200;
}
h1 > a {
    color: black;
    text-decoration: none;
}
h1 > a:visited{
    color: black;
}
h2{
    font-family: "IBM Plex Serif";
    font-size: 1.5em;
    font-weight: 150;
}
.title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
nav > a {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-family: "IBM Plex Sans";
    font-weight: bold;
    color: black;
}

nav > a:visited{
    color: black;
}

#search-button{
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#search-button:hover{
    background-color: rgb(230, 230, 230);
}

main{
    display: flex;
    justify-content: center;
    background-color: white;
    background-size: 64px 128px;
}
#center{
    width: 70vw;
}
footer{
    margin-top: 50px;
    text-align: center;
}

a{
    color: black;
}

a:visited{
    color: gray;
}

img{
    max-width: 100%;
    height: auto;
}