.site-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff477f;
    background-image: linear-gradient(rgba(255, 71, 127, 0.05), rgba(255, 71, 127, 10.5)), url(../media/SonicRunnerSecretQuestionMarkBannerGJTemp.jpg);
    background-size: cover;
    z-index: -1;
}

main{
    min-height: 90vh;
}

@font-face {
    font-family: NewRodinPro-UB;
    src: url(../media/fonts/FOT-NewRodinPro-UB.otf);
}

h2 {
    font-family: NewRodinPro-UB;
    -webkit-text-stroke: 10px #000;
    paint-order: stroke fill;
}

footer {
    padding: 1em 5%;
    background-color: #0c0c0c;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

footer small {
    border-top: 7px;
    font-size: x-small;
    color: white;
}

.footer-socials a {
    opacity: 0.9;
}

.footer-socials a:hover {
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
}