body {
    margin: 0;
    background-color: rgb(17, 17, 17);
    color: rgb(245, 245, 245);
    font-family: 'Source Code Pro', monospace;
    background-image: url("/files/bg_main.png");
}

.topnav {
    overflow: hidden;
    background-color: #333;
    display: flex;
    justify-content: center;
    background-image: url("/files/bg_top.png");
    height: 48px;
}

.topnav a {
    float: left;
    color: #33ff00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .discord {
    color: #7289DA;
}

.topnav .donate {
    color: #EAEd4A;
}

.topnav a:hover {
    background-color: #a0a0a0;
    color: black;
}

.topnav .active {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    color: black;
    background-color: #28ca00;
}

.topnav img {
    justify-content: center;
    align-items: center;
    display: flex;
    max-height: 48px;
}

.logo {
    color: #33ff00;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 16px;
    margin-right: 150px; /* this piece of shit */
    font-size: 24px;
}

.content {
    margin: auto;
    padding-left: 16px;
    padding-top: 16px;
    width: 700px;
}

.side {
    margin: auto;
    float:left;
    width: 200px;
}

.regular {
    font-size: 18px
}

.small {
    font-size: 14px
}

time {
    color: #c5c5c5;
}

.code {
    font-size: 12px;
    background-color: #1b1b1b;
}

.footer {
    font-size: 10px;
    color: gray;
}

.thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 680px;
}

li {
    margin-left: 15px;
}

a,
a:visited {
    color: rgb(0, 255, 0);
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,600;1,400&display=swap');