@font-face {
    font-family: Chocolate;
    src: url(./painting-with-chocolate.regular-webfont.woff2) format("woff2"), url(./painting-with-chocolate.regular-webfont.woff) format("woff"), url(./painting-with-chocolate.regular.ttf) format("truetype"), url(fonts/painting-with-chocolate.regular-webfont.woff2) format("woff2"), url(fonts/painting-with-chocolate.regular-webfont.woff) format("woff"), url(fonts/painting-with-chocolate.regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    background-color: #36393e;
    margin: 0;
    padding: 0;
    height: 100vh;
    align-items: center;
    justify-content: center;
    font-family: "montserrat", sans-serif;
}

.main {
    width: calc(100% - 40px);
    max-width: 1000px;
    color: var(--text-color);
    text-align: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto
}

.navbar {
    list-style-type: none;
    padding: 5px;
}

.navbar .nav-item:not(:last-child) {
    float: left;
    padding: 10px;
}

.navbar .nav-item:last-child {
    float: right;
    padding: 10px 15px;
    margin: 10px;
    background-color: #2f3136;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: #FFF;
    padding: 5px;
}

#title {
    font-family: Chocolate;
    font-weight: 120;
    color: #FFF;
    font-size: 100pt;
}

.discordInvite {
    background-color: rgb(47, 49, 54);
    border-radius: 4px;
    box-sizing: border-box;
    height: 110px;
    padding: 16px;
    width: 432px;
    font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.discordInvite-textLine {
    block-size: 16px;
    font-size: 12px;
    height: 16px;
    margin-bottom: 12px;
    margin-top: 0px;
    text-transform: uppercase;
    color: rgb(185, 187, 190);
}

.discordInviteBody {
    display: flex;
    justify-content: center;
    width: 400px;
}

.discordInvite-serverIcon {
    background-image: url("https://cdn.pixabay.com/photo/2016/04/24/22/30/monitor-1350918__340.png");
    background-position: 50% 50%;
    background-size: 100% 100%;
    border-radius: 15px;
    margin-right: 16px;
    width: 50px;
}

.discordInvite-innerBody {
    block-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 246.2px;
}

.discordInvite-serverName {
    margin: 0px;
    color: white;
    display: flex;
}

.discordInvite-stats {
    margin: 0px;
    align-items: center;
    display: flex;
    color: rgb(185, 187, 190);
}

.discordInvite-statusIcon {
    block-size: 8px;
    border-radius: 50%;
    inline-size: 8px;
    margin-right: 4px;
}

.discordInvite-onlineIcon {
    background-color: rgb(67, 181, 129);
}

.discordInvite-offlineIcon {
    background-color: rgb(116, 127, 141);
}

.discordInvite-joinButton {
    border-radius: 3px;
    align-items: center;
    background-color: rgb(67, 181, 129);
    block-size: 40px;
    box-sizing: border-box;
    color: white;
    display: flex;
    inline-size: 77.8px;
    justify-content: center;
    margin-left: 10px;
    padding: 2px 20px;
    text-decoration: none;
}

.discordInvite-userCounts {
    font-size: 12px;
    margin-right: 8px;
}

div.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.circletag {
    position: absolute;
    top: 125px;
    left: calc(100% / 2);
    display: block;
    width: 100px;
    height: 100px;
    background: #232324;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

div.circletag>img {
    max-height: 100%;
    max-width: 100%;
}