.white {
    color: #FFFFFF !important;
}

.bold {
    font-weight: 600;
    text-shadow: 0 1px 0 #000000;
}

.g-img {
    margin-top: 12px !important;
    cursor: pointer;
}


.fullscreen-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    z-index: 999999999999999999 !important;
    width: 100vw;
    height: 100vh;
    background: #000000;
    cursor: pointer;
}

.fullscreen {
    max-width: 100vw;
    height: auto;
}

#title-logo-text {
    font-family: slasher !important;
    letter-spacing: 4px !important;
}

#title-logo-text img {
    width: 250px;
}

.wire-skulls {
    margin-top: 100px !important;
    width: 80vh !important;
}

.center-pic {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}