body {
    background-color: #3b3d43;
    color: #ffffff;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 20px;
    margin-top: 6vh;
}

a {
    color: #8da0bf;
}

a:visited {
    color: #44608b;
}

h1 {
    text-align: center;
    font-size: 3em;
}

#topbar {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0d9148;
    height: 5vh;
    display: flex;
}

#topbar a {
    height: 100%;
    width: 100%;
    align-content: center;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    color: #ffffff;
}

#topbar a:hover {
    background-color: #0d592d;
}