/* Front-end side styles */
body {
   opacity: 0; 
}

.queerify-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s;
    opacity: 1;
    background-color: #050303;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.queerify-flag-container {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: 100% 100%;
    background-color: #050303;
}

.queerify-flag {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 100000;
}

.queerify-cover {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #050303;
    z-index: 100001;
}

.queerify-neon-cat {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 100%;
    z-index: 100002;
}

.queerify-progstat {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    color: #efedf5;
}