html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

p, a {
    font-family: "Quicksand";
    color: white;
    font-size: 1.5rem;
}

.textblock {
    max-width: 35vw;
    margin: 0px;
}
.textblock-broad {
    max-width: 70vw;
    margin: 0px;
}

#modding-commentbox {
    margin-bottom: 5%;
}

h1, h2, h3 {
    margin-top: 2.5%;
    color: white;
    font-family: "Quicksand";
}

.side-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
}

.margin-buffer {
    margin-bottom: 5%;
    margin-top: 5%;
}

.centered-section-container {
    width: 100%;
    min-height: 100%;
    background-color: rgb(25, 25, 25);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.footer-text {
    color: white;
    font-size: 12px;
    margin: 0px;
}

.opener-headline {
    font-size: 5rem;
}

.opener-frame {
    width: 100%;
    height: 100%;
    background: rgb(25, 25, 25);
}

.full-centered {
    width: 100%;
    min-height: 100%;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

footer {
    min-height: 5vh;
    padding-left: 1%;
    padding-right: 1%;
    background-color: rgb(25, 25, 25);
    gap: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-shadow {
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.75);
}

#legal-link {
    color: rgb(50, 50, 50);
}

.img-fit {
    width: 30rem;
    height: 30rem;
    max-height: 30rem;
    max-width: 30rem;
    border-radius: 25px;
}

.img-fit-broad {
    width: 45rem;
    height: 30rem;
    max-height: 30rem;
    max-width: 45rem;
    border-radius: 25px;
}

.img-no-covered {
    object-fit: cover;
}

.video-box {
    max-width: 35rem;
}

.gmod {
    background: #0081ff;
    background: linear-gradient(180deg, #0081ff 90%, #458dc0 100%);
}

.godot {
    background: #458dc0;
    background: linear-gradient(180deg, #458dc0 90%, rgb(25, 25, 25) 100%);
}