body {
    font-family: Arial, Helvetica, sans-serif;
}

#top {
    text-align: center;
}

#navigation_title {
    text-align: left;
    color: darkgreen;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#navigation_links {
    text-align: left;
    font-family: sans-serif;
}

#info {
    text-align: center;
    margin-bottom: 50px;
}

#stats_title {
    text-align: center;
    margin-bottom: 50px;
}

#stats_bedrock {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#stats_games {
    text-align: center;
}

#skywars {
    margin-bottom: 30px;
}

#cubecraft_duels {
    margin-top: 20px;
}

#update_date {
    text-align: center;
}

#profile_links {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

#copyright {
    text-align: center;
    margin-top: 50px;
}

#logo {
    color: white;
    background-color: red;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding: 8px;
    margin-top: 16px;
}

#logo-name {
    font-size: 32px;
    font-weight: bold;
    margin: 16px;
}

#navigation a {
    color: gray;
    padding: 8px;
}

#navigation_links a:hover {
    color: red
    ;
}

#image img {
    width: 100%;
}