body {
    margin: 0;
    padding: 0;
    background-color: #fafafaff;
    background-image: url("https://assets.objectionstudios.com/Images/nox/whiterNox.svg");
    background-size: 100% auto;
}

p {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    color: #2b2b2b;
}

p.small {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    color: #2b2b2b;
}

h1 {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 4em;
    color: #2b2b2b;
}

h2 {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 3em;
    color: #2b2b2b;
}

h3 {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 2.5em;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 2.5em;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

h5 {
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25em;
    color: #2b2b2b;
}

h6 { /* Small header */
    font-family: "area-normal", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.5em;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #6f00ee;
}

a:hover {
    text-shadow: #6f00ff 0 0 10px;
}

#tsparticles {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100cqi;
}

.contentContainer {
    margin-left: 15vh;
    margin-right: 15vh;
    margin-bottom: 25vh;
}

.footer {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255,0,0,0), #F4F4F4 5%);
    position: relative;
    bottom: -100vh;
}

.fCont {
    padding-left: 15vh;
    padding-right: 15vh;
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.logoBig {
    max-height: 50vh;
    width: auto;
}

.linkColumns {
    margin-top: 5vh;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5vh;
}

.linkColumnsColumn {
    padding: 0.5em;
}

.SpecialSmall {
    font-size: 1em;
}

