html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    background-color: #000000;
    background-image: url('../assets/DoodleDrop-bg.2f6c8409.png');
    background-position: center; 
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* background-color: teal; */
    user-select: none;
    transition: opacity 1s ease-in-out;
}

#wrongRotation {
    display: none;
    z-index: 15;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

#wrongRotation img {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hide {
    display: none !important;
}

#logo {
    /* height: 25%; */
    width: 60%;
}

#loader-box {
    position: relative;
    margin: 10px 0;
    width: 45%;
    height: 20px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff !important
}

#loader-bar {
    width: 0%;
    height: 100%;
    background-color: #4CAF50 !important;
    display: inline-block;
    text-align: center;
}

#loader-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000000;
}

/*# sourceMappingURL=/main.af46ece4.css.map */