body {
    background-color: black;
    margin: 0 !important;
    font-family: "Silkscreen";
    color: white;
    background-size: cover;
}

::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#background {
    z-index: -2;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

#content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    overflow-y: auto;
}

#content * {
    width: 90%;
    text-align: center;
}

#content div img{
    display: block;
    width: 40%;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}


div.reactive-image-container {
    background-color: #fd1e99;
    display: block;
}

#navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5vh;
    backdrop-filter: blur(1vh);
    border-bottom: 1px solid white;
}

#navbar img {
    margin: 5px;
    height: 80%;
}

#navbar img.reduced {
    margin: 5px;
    height: 50%;
}



#footer {
    width: 100vw;
    display: flex;
    flex-direction: row;
}

#footer div {
    width: 50vw;
    margin: 0;
    border-top: 1px solid white;
    backdrop-filter: blur(1vh);
    display: flex !important;
    flex-direction: column;
    align-items: left;
    justify-content: left;
}

#footer div * {
    text-align: left !important;
    width: 80%;
}

a, strong {
    color: #1e40fd;
}

p,a,strong,span {
    font-size: 16pt;
}

.emoji {
    font-family: "Noto Color Emoji" !important;
}

html body .devlog img, html body .devlog video{
    width: 100% !important;
}

@media (max-width: 768px) {
    p,a,strong,span {
        font-size: 13pt;
    }

    html body #navbar span.spaceholder_fillx.ct {
        font-size: 7pt;
    }
}