/* de-shitification */
/* * {
    outline: red solid 1px;
} */

body {
    background-color: #2B2B2B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#special_outline {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%; 
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    user-select: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
}

#footerMain {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content:space-between;
    outline: red solid 1px;
    color: rgba(128, 128, 128, 0.5);
    position: relative;
}

#footer_creationDate {
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 90;
    line-height: 0;
}

#footer_copyright {
    text-align: end;
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: small;
}



#bigScreen { /* This one is for index.html */
    background-color: #E8E8E8;
    height: 87vh;
    width: 100vw;
    border-radius: 0 0 32px 32px;

    background-image: url(/static/elements/backdrop_plusIcon.svg);
    background-repeat: no-repeat;
    background-position: -250px 40px;

    background-size: 100%;
    overflow: hidden;
}



#nogisoftworks_plus {
    display: flex;
    flex-direction: row;
    scale: 0.7;
}
#plusIco {
    margin-left: -12%;
    margin-top: 12%;
    transform: rotate(7deg);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

#sloganTypeofShit p {
    font-weight: 700;
    font-size: x-large;
    color: #545454;
    letter-spacing: -1px;
}

@media only screen and (max-width: 640px) {
    .quicksand-font {
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .quicksand-font {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .quicksand-font {
        font-size: 22px;
    }
}
@media only screen and (min-width:1920px) {
    .quicksand-font {
        font-size: 32px;
    }
}




