* {
    font-family: sans-serif;
    background: black;
    color: white;
}

#navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

#navbar a {
    text-decoration: underline;
    cursor: pointer;
    font-size: larger;
}

#update-log #title {
    font-size: 250%; 
    font-weight: bold; 
    text-align: center;
}

#update-log #date {
    font-size: x-large; 
    font-weight: 100;
}

#update-log #content {
    font-size: x-large;
}