:root{

    --cc-h-bg: #1C1F29;
    --cc-r-bg: 28,31,41;

    --cc-h-main: #EBD775;
    --cc-r-main: 235,215,117;

    --cc-h-acc: #EBD775;
    --cc-r-acc: 235,215,117;

    --cc-h-offw: #ffffff;
    --cc-r-offw: 255,255,255;

    --cc-h-offb: #000000;
    --cc-r-offb: 0,0,0;

    --xvar: .7;

}

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
    color: black;
    box-sizing: border-box;


    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::selection {
    color: transparent;
    background: none;
}

::-moz-selection {
    color: transparent;
    background: none;
}

:focus {
    outline: none !important;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

html{
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
}

body{
    margin: 0;
    font-family: "Rubik", sans-serif;
    background: #FFFFEE;
    color: #ffffff;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar{
    display: none;
}

#debugSocket{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    display: none;
    left: 0;
    richness: 0;
}

#app{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

#butt{
    cursor: pointer;
    display: flex;
    position: absolute;
    width: 40vh;
    height: 40vh;
    transform: translateY(-25vw);
}

.bbi{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*#moon{*/
/*    position: absolute;*/
/*}*/

#bon{
    visibility: hidden;
}

#bof{
    opacity: 0;
    visibility: visible;
}

#tap{
    cursor: pointer;
    opacity: 0;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vh;
    width: 100vw;
    /*background: rgba(255,255,255,.7);*/
}

#tap>img{
    position: absolute;
    height: 75%;
    object-fit: contain;
    object-position: center center;
}

#smile{
    opacity: 0;
    position: absolute;
    bottom: 2vh;
    height: 56vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.smb{
    cursor: pointer;
    height: 14vw;
    width: 14vw;
    transition: .7s;
    padding: 2vw;
}

.smb>img{
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

#mess{
    position: fixed;
    left: 0;
    top: 0;
    background: #ffc000;
    width: 85vw;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 2vh;
    border-top-right-radius: 2vh;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#mess>img{
    transform: translateX(5vh);
    width: 100vw;
    height: 5vh;
    object-fit: contain;
    object-position: center center;
    opacity: .85;
}

#mover{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.85);
    opacity: .7;
}

#mover>img{
    position: absolute;
    right: 2.5vw;
    top: 2.5vw;
    width: 10vw;
    height: 10vw;
    object-fit: contain;
    object-position: center center;
}

#btxt{
    opacity: 0;
    width: 10vw;
    height: 10vw;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    bottom: 65vw;
}

#sun{
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sun {
    width: 50vh;
    height: 50vh;
    position: absolute;

    background-color: rgba(255, 192, 0, 0.7);
    /*background: transparent;*/
    border-radius: 50%;
    box-shadow:
            0 5px 0 20px      rgba(255, 192, 0, 0.5),
            0 5px 0 40px      rgba(255, 192, 0, 0.25),
            0 5px 0 60px      rgba(255, 192, 0, 0.13),
            0 5px 0 80px      rgba(255, 192, 0, 0.0);
/*0 5px 0 100px     rgba(255, 192, 0, 0);*/
/*0 0 40px 100px  rgba(255, 192, 0, 0.06);*/
    animation:
    /*sunrise 0.1s infinite linear forwards,*/
    rays 1s 1s infinite linear;
    z-index: 1;
}

@keyframes sunrise {
    0% {
        box-shadow: none;
    }
}

@keyframes rays {
    0% {
        box-shadow:
                0 5px 0 0         rgba(255, 192, 0, 0.5),
                0 5px 0 20px      rgba(255, 192, 0, 0.5),
                0 5px 0 40px      rgba(255, 192, 0, 0.25),
                0 5px 0 60px      rgba(255, 192, 0, 0.13);
    /*0 5px 0 80px      rgba(255, 192, 0, 0.06);*/
    /*0 0 40px 100px  rgba(255, 192, 0, 0.06);*/
    }
    100% {
        box-shadow:
                0 5px 0 20px      rgba(255, 192, 0, 0.5),
                0 5px 0 40px      rgba(255, 192, 0, 0.25),
                0 5px 0 60px      rgba(255, 192, 0, 0.13),
                0 5px 0 80px      rgba(255, 192, 0, 0.00);
    /*0 5px 0 100px     rgba(255, 192, 0, 0);*/
    /*0 0 40px 100px  rgba(255, 192, 0, 0.06);*/
    }
}




/*@font-face {*/
/*    font-family: 'Rubik';*/
/*    src: url('./fonts/rubik/rubik-v8-latin-300.woff2');*/
/*    src: url('./fonts/rubik/rubik-v8-latin-300.woff2') format('woff2'),*/
/*    url('./fonts/rubik/rubik-v8-latin-300.woff') format('woff'),*/
/*    url('./fonts/rubik/rubik-v8-latin-300.eot') format('embedded-opentype'),*/
/*    url('./fonts/rubik/rubik-v8-latin-300.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Rubik';*/
/*    src: url('./fonts/rubik/rubik-v8-latin-700.woff2');*/
/*    src: url('./fonts/rubik/rubik-v8-latin-700.woff2') format('woff2'),*/
/*    url('./fonts/rubik/rubik-v8-latin-700.woff') format('woff'),*/
/*    url('./fonts/rubik/rubik-v8-latin-700.eot') format('embedded-opentype'),*/
/*    url('./fonts/rubik/rubik-v8-latin-700.svg') format('svg');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/




@media screen and (max-width: 700px) {

}