body {
    margin: 0;
    background-color: #303030;
    color: #eeeeee;
    font-family: sans-serif;
}

header {
    height: 60px;
    background-color: #006000;
}

header .content {
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
}

header a {
    display: inline-block;
    height: 60px;
    text-decoration: none;
    color: #eeeeee;
}

header img {
    height: 50px;
    margin: 5px;
}

header span {
    display: inline-block;
    font-size: 40px;
    line-height: 60px;
    vertical-align: top;
}

main {
    margin: 10px;
}

main .content {
    max-width: 880px;
    /*min-height: calc(100vh - 100px);*/
    margin: 0 auto;
    background-color: #505050;
    padding: 10px;
    border-radius: 5px;
}

main a {
    color: #eeeeee;
}
main a:hover {
    color: #ffffff;
}

.social a {
    text-decoration: none;
    line-height: 30px;
}
.social img {
    height: 30px;
    margin: 2px;
}
.social img.spigotmc {
    height: 40px;
    margin-top: 0px;
    margin-bottom: -3px;
}
.social img.discord {
    height: initial;
    width: 30px;
    margin-bottom: 5px;
}
