* {
    box-sizing: border-box;
    --swiper-navigation-color: #357fe4;
    --swiper-theme-color: #357fe4;
}

html, body {
  scroll-behavior: smooth;
}

html {
    font-size: 1.2vw;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #000;
    color: #fff;
    font-family: namu-1990;
}

body {
    margin: 0;
}

p {
    margin: 0;
}

a {
    color: #fff;
    transition: color .2s linear,opacity .2s linear;
}

a:hover {
    color: #cfcfcf;
}

.title-h1, .title-h2 {
    margin-top: 5vw;  
    margin-bottom: 3vw;
}

.title-h2#instruction{
    text-align: left;
    margin: 6vw 10vw 0;
} .title-h2#anchor{
    text-align: center;
    margin: 6vw 10vw 0;
} .title-h2#usage{
    margin-top: 2vw;
    text-align: center;
    margin: 6vw 20vw 2vw;
} div#contacts{
    position: relative; 
    margin-top: 6vw;
}

.card-all {
    display: flex; 
    margin: 0 10vw; 
    gap: 3vw;
}

.top {
    --offset: 2.5vw;   
    position: sticky;
    bottom: 1.5vw;      
    left: 93.82vw;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    text-decoration: none;
    padding: 0.85vw 0.65vw;
    color: #000;
    background: #fff;
    border-radius: 1vw;
    white-space: nowrap;
    z-index: 9;
    line-height: 2.15vw;
}

header {
    width: 100%;
}

header .header-container {
    margin: 4vh 10vw;
    background: #0d0d0d;
    border-radius: 2.5vw;
    border: #292929 0.1vw solid;
    padding: 1vh 2vw;
}

header .header-line {
    display: flex;
    align-items: center;
    
}

header nav{
    width: 100%;
}

header .header-logo {
    display: flex;
}

header .header-logo-img {
    width: 4vw;
    border-radius: 100%;
}

header .header-main {
    margin: 0 0 0 auto;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    display: inline-block;
    float: left;
    margin-right: 2.5vw;
}

header li:last-child {
    margin: 0;
}

header a {
    position: relative;
    text-decoration: none;
    color: #fff;
}

header a:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 0.15vw;
	background-color: #fff;
	content: "";
	transition: width 0.3s ease-out;
}

header a:hover:after, header a:focus:after {
	width: 100%;
}

header .btn, main .main-btn {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 0.5vw 1.5vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2vw;
    border-radius: 1vw;
    cursor: pointer;
    opacity: 0.9; 
    transition: 0.5s ease-out;
}

header .btn:hover, main .main-btn:hover {
    background-color: #959595;
    opacity: 1;
}



.div-change-lang{
    line-height: 0;
    margin-top: 0.14vw;
    position: relative;
    right: -1.4vw;
    padding: 0.6vw;
    border-radius: 2vw;
}

.div-change-lang #change-lang-button{
    padding: 0; 
    background: none; 
    border: none; 
    line-height: 0; 
    cursor: pointer;
}
.div-change-lang #change-lang-button img{
    width: 2.2vw; 
}

#lang-select-div{
    display: none; 
    position: absolute; 
    bottom: -1.6vw; 
    right: 0;
}

#lang-select{
    width: 10vw;
    height: 0.3vw;  
}

#lang-select + .select2-container .select2-selection__rendered img,.img-flag{
    width: 1.6vw;
    height: 1.2vw;
    margin-right: 0.3vw;
    vertical-align: middle;
}

#lang-select + .select2-container .select2-dropdown {
    display: none;
}

.select2-container--default .select2-selection--single, .select2-results__option, .select2-results__option--selectable, .select2-results__option--selected {
    background-color: #000000 !important;
    border: 1px solid #474747 !important;
    font-size: 0.8vw;
}

.select2-container{
    width: fit-content !important;
}
.select2-selection__rendered {
    line-height: 0.8vw !important;
}
.select2-container .select2-selection--single {
    height: 1.2vw !important;
}
.select2-selection__arrow {
    height: 1.2vw !important;
}



#menuToggle {
    display: none;
}

main {
    text-align: center;
}

main h1 {
    font-size: 3.5vw;
    margin: 4vh 18vw;
}

main h3 {
    margin: 6vh 27vw;
    color: #b9b9b9;
}


span.free_translate{
    background: #1a5d30;
    border-radius: 0.8vw;
    padding: 0vh 0.5vw;
}
div.main_div{
    text-align:center;
    justify-content: center;
    display: flex;
}
div.main_div a{
    background-color: #357fe4;   
    color: #fff;   
    text-align: center;      
    cursor: pointer;   
    border-radius: 1.25vw;   
    justify-content: center;   
    align-items: center;      
    height: 5.4vw;   
    padding: 2vw 4vw;   
    font-size: 1.8vw;         
    text-decoration: none;   
    transition: all .1s;   
    display: flex;     
    width: fit-content;
}
div.main_div a i{
    margin-left: 0.6vw !important; 
    margin-top: 0.5vw !important;
}

.alert{
    text-align: left; 
    color: #fff; 
    background: #292929; 
    border: 0.05vw solid #393939; 
    padding: 0.5vw 0 0.5vw 1.3vw; 
    border-radius: 6vw; 
    margin-top: 2.2vw;
}


i.emoji {
    font-style: normal;
    box-sizing: content-box;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    background: no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-image: none;
      background-size: auto;
    text-indent: -10em;
}

i.emoji.h3 {
    font-size: 1.2vw;
    line-height: 1.775vw;
    width: 1.775vw;
    height: 1.775vw;
    margin: 0.156vw -0.078vw 0.078vw 0;
    padding: 0 0.078vw 0.078vw 0;
} i.emoji.p {
    font-size: 1.0496vw; 
    line-height: 1.54vw; 
    width: 1.54vw; 
    height: 1.54vw;
    margin: 0.136448vw -0.068224vw 0.068224vw 0;
    padding: 0 0.068224vw 0.068224vw 0;
}

i.emoji.zero {
    background-image: url('/assets/images/emoji0.png');
} i.emoji.six {
    background-image: url('/assets/images/emoji6.png');
} i.emoji.one {
    background-image: url('/assets/images/emoji1.png');
} i.emoji.seven {
    background-image: url('/assets/images/emoji7.png');
}

i.emoji.h3.zero {
    background-size: 19.531vw 95.703vw;
} i.emoji.h3.six {
    background-size: 19.531vw 58.594vw;
} i.emoji.h3.one {
    background-size: 19.531vw 42.969vw;
} i.emoji.h3.seven {
    background-size: 19.531vw 50.781vw;
}

i.emoji.p.zero {
    background-size: 17.081vw 83.732vw;
} i.emoji.p.seven {
    background-size: 17.081vw 44.411vw;
}


i.emoji.p.zero.angel{
    background-position: -3.417vw -1.708vw;
} i.emoji.p.zero.sleep{
    background-position: -12.041vw -13.665vw;
} i.emoji.p.seven.ukraine{
    background-position: 0 -40.995vw;
} i.emoji.six.h3.numberone{
    background-position: -3.906vw -29.297vw;
} i.emoji.six.h3.numbertwo{
    background-position: -5.859vw -29.297vw;
} i.emoji.six.h3.numberthree{
    background-position: -7.813vw -29.297vw;
} i.emoji.six.h3.buttontop{
    background-position: -3.906vw -35.156vw;
} i.emoji.six.h3.buttonstart{
    background-position: -7.813vw -27.344vw;
} i.emoji.zero.h3.robot{
    background-position: -7.96vw -21.484vw;
    align-self: center;
} 

i.emoji.zero.p.like{
    background-position: -1.8vw -22.28vw;
} i.emoji.zero.p.dislike{
    background-position: -3.5vw -22.28vw;
}




main .main-box {
    position: relative;
}

main .main-language {
    height: 53.4vh;
    width: 53.4;
}

main .main-btn {
    font-size: 3vw;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%); 
    z-index: 111;
}

.player-src{
    color: #787878;
} .player-src.active{
    color: #e9e9e9;
}

.video  {
    margin: 4vw 10vw 0; 
    position: relative;
    margin: 6vw 10vw 0; 
    border: 0.05vw solid #292929;
    border-radius: 2vw;
    padding: 0.6vw;
}
.video .menu{
    margin: 0 0 0.8vw;
}
.video .menu a{
    margin-left: 1.2vw;
    cursor: pointer;
}
.video .menu a:first-child{
    margin-left: 0;
}
.video .video_and_summary{
    display: grid; 
    grid-auto-rows: min-content;   
    grid-template-columns: repeat(2,minmax(120px,1fr));   
    grid-template-rows: repeat(2,min-content); 
    gap: 0 2.5vw;
}
.video .video_and_summary .short_text{
    text-align: left;
}
.video .video_and_summary .short_text p#comment{
    color:#fff;
    position: absolute;
    top: -2vw;
    width: 30%;
    right: -2.5vw;
    background: #292929;
    border: 0.05vw solid #393939;
    padding: 0.5vw 0 0.5vw 1.3vw;
    border-radius: 6vw;
}
.video .video_and_summary .short_text div#summaryText h3{
    margin: 0;
}
.video .video_and_summary .short_text div#summaryText p{
    color: #aeaeae;
}
video#player{
    --plyr-color-main: #357fe4; 
    border-radius: 2vw;
}

.firework {
    position: absolute;
    width: 5vw;
    height: 5vw;
    background-color: #e74c3c;
    border-radius: 50%;
    opacity: 1;
    animation: explode 0.5s ease-out 1 forwards;
}

@keyframes explode {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

main .main-mision {
    display: grid;
    flex: none;
    gap: 3vw;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(2,minmax(120px,1fr));
    grid-template-rows: repeat(2,min-content);
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 80%;
    margin: 0 10vw;
    margin-top:2vw;
}

main .main-mision-left {
    align-content: center;
    align-items: center;
    align-self: start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1vw;
    height: 100%;
    justify-content: center;
    justify-self: start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;  
}

main .main-mision-left.spantwo{
    grid-column: auto / span 2;
}

.main-mision-left-block {
    align-content: flex-start;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1vw;
    justify-content: flex-start;
    overflow: hidden;
    padding: 3.6vw 3.3vw 2vw 3.5vw;
    position: relative;
    width: 100%;
    will-change: var(--framer-will-change-override, transform);
    text-align: left;
}

.main-mision-left-block-text {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1vw;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10000;
}

.main-mision-left-block-text-title {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
}

.main-mision-left-block-text-title h3 {
    margin: 0;
    padding: 0;
}

.main-mision-left-block-text-text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    --framer-paragraph-spacing: 0px;
    flex: none;
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

.main-mision-left-block-text-text p {
    margin: 1.76vw 0 0 0;
    padding: 0;
}

.main-mision-left-block-img img {
    width: 14vw;
    position: absolute;
    top: -2.6vw;
    right: 0;   
}


.fixed-menu {
    position: fixed;
    z-index: 1111111111111111;
}

.plyr__poster {
    border-radius: 2vw;
}

main .anywhere {
    text-align: left;
    padding: 0;
}

main .anywhere li {
    margin: 1.5vw 0; 
    text-align: left;
}

.get-steps {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 10vw;
    gap: 6vw;
    margin-top:2vw;
}

.get-steps .get-steps__item div{
    position: relative;
}

.get-steps__item {
    position: relative;
    flex: 1;
    margin-top: 0;
}

.get-steps__item img {
    width: 7.4vw;
    height: 7.4vw;
}

.swiper-slide {
    padding: 0 5vw 3vw;
}

.swiper-pagination-bullet {
    background: #357fe4 !important;
}

.swiper-button-next .swiper-button-prev {
    color: #357fe4 !important;
}

.card {
    width: 100%;
    height: 20vw;
    position: relative;
    perspective: 40vw;
}

.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    backface-visibility: hidden;
    border-radius: 2vw;
    padding: 3vw;
    user-select: none;
}

.card .front span img{
    width: 100%;
}

.front {
    background-color: rgba(255, 255, 255, .1);
}

.back {
    background-color: rgba(255, 255, 255, 0.08);
    transform: rotateY(180deg);
}

.card:hover .front, .card.active .front {
    transform: rotateY(180deg);
}

.card:hover .back, .card.active .back {
    transform: rotateY(360deg);
}

.get-steps__item div span {
    padding: 0.45vw;
    position: absolute;
    background: #000;
    border-radius: 1vw;
}

.madewith {
    height: 100vh; 
    width: 97.65vw;
}

.madewith-div {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 33%; 
    backdrop-filter: blur(5px);
    padding: 1vw;
    border-radius: 3vw;
    background: rgba(0, 0, 0, 0.7); 
}
.madewith-div h3 {
    margin: 0;
}

.madewith-div .donat {
    margin-top: 1vw;
    font-style: italic;
}

footer {
    margin-top: 15vw; 
    padding-top: 4vw; 
    padding-bottom: 4vw; 
    border-bottom-width: 0px; 
    border-color: #292929; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-style: solid; 
    border-top-width: 1px; 
    text-align: center;
} 

footer p {
    margin: 0;
}

footer .url {
    margin: 0;
    font-size: 0.81vw;
}

@media screen and (min-width: 768px) {
    .get-steps__item div span {
        right: 6.6vw;
    }
}

.footer-ul-div{
    display: grid;
    grid-template-columns: repeat(2,minmax(120px,1fr));
    width: fit-content;
    margin: 0 auto;
}


.bottom_panel .bp_div div#more a button {
    width: 100%;
}


@media screen and ((max-width: 768px) or (max-aspect-ratio: 1/1)) {
    * {
        line-height: 1.2;
    }
    p{
        font-size: 2vh;
    }

    header .header-container {
        margin: 4vh 10vw;
        padding: 2vh 4vw;
        border-radius: 10vh;
    }

    header .header-logo-img {
        width: 12vw;
    }
    
    .get-steps__item{
        margin-top: 2.2vh;
    }
    .get-steps__item:first-child{
        margin-top: 0;
    }
   main h3 {
    font-size: 2vh;
    margin: 2vh 10vw;
}
.main-mision-left-block-text-title h3 {
    margin: 0 11vh 0 0;
}
.main-mision-left-block {
    gap: 2vh;
}
.video .video_and_summary .short_text {
    background: #292929;
    border: 0.15vh solid #393939;
  padding: 0.8vh;
  border-radius: 6vw;
  margin-top: 1.75vh;
  height: 25vh;
  overflow-y: auto;
  }
  
.video .video_and_summary .short_text div#summaryText h3 {
    display: none;
}
div.main_div a {
    width: 100%;
  margin: 2vw 10vw;
  font-size: 3vh;
  padding: 3.5vh 0;
  border-radius: 1.25vh;
}
.video .video_and_summary .short_text p#comment {
    position: initial;
    width: 100%;
    margin: 0 0 1vh 0;
    padding: 0.5vh 0 0.5vh 1.3vh;
    background: #000;
}
.video .menu a {
    font-size: 2vh;
    margin-left: 3vh;
  }
  .video .menu a {
    margin-left: 3vh;
  }
  .video .video_and_summary {
    grid-template-columns: initial;
  }
    #menuToggle {
        display: flex;
        flex-direction: column;
        background: none;
        border: none;
        margin: 0 0 0 auto;
        padding: 1.2vh;
    }

    #menuToggle span {
        display: flex;
        width: 4vh;
        height: 0.2vh;
        margin-bottom: 1vh;
        position: relative;
        background: #ffffff;
        border-radius: 0.2vh;
        z-index: 1;
        transform-origin: 0.8vh 0;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle span:last-child {
        margin: 0;
    }

    header .header-main {
        display: none;
    }
    
    header ul {
        position: fixed;
        width: 80vw;
        height: 58vh;
        background-color: #292929;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        border-radius: 2.5vw;
    }
    
    header li, header li:last-child {
        display: flex;
        flex-direction: column;
        float: none;
        font-size: 3vh;
        margin: 5vh 3vh;
    }

    header li:first-child {
        margin: 3vh 3vh;
    }


    .div-change-lang{
        line-height: 0; 
        margin-left: 2vh; 
        margin-top: 0.14vh; 
        position: relative;
    }
    
    .div-change-lang #change-lang-button{
        padding: 0; 
        background: none; 
        border: none; 
        line-height: 0; 
        cursor: pointer;
    }
    .div-change-lang #change-lang-button img{
        width: 3.4vh;
        filter: brightness(0) invert(1);
    }
    
    #lang-select-div{
        display: none; 
        position: absolute; 
        bottom: -5vh; 
        right: 0;
    }
    
    #lang-select{
        width: 16vh;
        height: 1vh;  
    }
    
    #lang-select + .select2-container .select2-selection__rendered img,.img-flag{
        width: 1.6vh;
        height: 1.2vh;
        margin-right: 0.3vh;
        vertical-align: middle;
    }
    
    #lang-select + .select2-container .select2-dropdown {
        display: none;
    }
    
    .select2-container--default .select2-selection--single, .select2-results__option, .select2-results__option--selectable, .select2-results__option--selected {
        background-color: #000000 !important;
        border: 1px solid #474747 !important;
        font-size: 1.8vh;
    }
    
    .select2-container{
        width: fit-content !important;
    }
    .select2-selection__rendered {
        line-height: 3.2vh !important;
    }
    .select2-container .select2-selection--single {
        height: 3.8vh !important;
    }
    .select2-selection__arrow {
        height: 2vh !important;
    }


    main .main-language {
        width: 100%;
    }

    main h1 {
        font-size: 3.5vh;
        margin: 4vh 10vw;
        line-height: 1.2;
    }

    main .main-btn {
        font-size: 3.5vh;
    }

    .video {
        margin: 5vh 10vw 0;
        padding: 0;
    border: none;
    }  
    .video .menu {
        margin: 0 0 1.6vh;
    }
    .title-h1, .title-h2 {
        margin: 0;
        margin-top: 15vw;  
        margin-bottom: 3vw;
    }
    .title-h2 {
        font-size: 2.8vh;
        margin: 0 10vw;
    } .title-h2#instruction {
        margin: 5vh 10vw 0 !important;
    } .title-h2#usage {
        margin: 6vh 10vw 2vh;
    text-align: left;
    }
    .title-h2#anchor {
        text-align: left;
        margin: 6vh 10vw 2vh;
    }

    .get-steps {
        flex-direction: column;
        align-items: center;  
    }  

    .get-steps__item {
        padding-right: 0;
    }

    .get-steps__item img {
        width: 7.4vh;
        height: 7.4vh;
    }

    .get-steps__text {
        font-size: 2vh;
        margin-top: 1vh;
    }

    .get-steps__item div span {
        padding: 0.3vh 1vh;
        font-size: 2vh;
    }

    main .main-mision {
        gap: 3vh;
        margin: 0 10vw;
        width: auto;
    }

    .main-mision-left {
        grid-column: auto / span 2;
    }

    h2 {
        font-size: 2.5vh;
    }

    .main-mision-left-block-text-text p {
        font-size: 2vh;
        margin: 7.5vh 0 0 0 !important;
    }

    .main-mision-left-block-img img {
        width: 14vh;
    }

    .card-all {
        flex-direction: column;
        align-items: center;
    }
    div#contacts {
        margin-top: 6vh;
    }
    .card {
        height: 20vh;
        perspective: 40vh;
        margin-bottom: 2vh;
    }

    .card:last-child {
        margin-bottom: 0;
    }

    .card .front span img {
        height: 20vh;
    }

    .card .back span {
        font-size: 2vh;
    }

    .madewith {
        height: 60vw;
        width: 80vw;
    }

    .madewith-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        backdrop-filter: blur(5px);
        padding: 1vh;
        border-radius: 3vh;
        background: rgba(0, 0, 0, 0.5);   
    }

    .madewith-div h3, .madewith-div p, .madewith-div a {
        font-size: 2vh;   
    }

    .madewith-div a {
        margin-top: 1vh; 
    }

    footer {
        margin-top: 15vh; 
        padding-top: 4vh; 
        padding-bottom: 4vh; 
        border-bottom-width: 0px; 
        border-color: #292929; 
        border-left-width: 0px; 
        border-right-width: 0px; 
        border-style: solid; 
        border-top-width: 1px; 
        text-align: center;
    } 

    footer p {
        margin: 0;
        font-size: 2vh;
    }

    footer .url {
        font-size: 1.5vh;
    }

    .mobile-block {
        display: block !important;
    }

    .mobile-none {
        display: none !important;
    }

    .top {
        --offset: 2.5vh;   
        bottom: 1.5vh;      
        left: 83vw;
        padding: 1.6vh 2.1vh;
        font-size: 2vh;
        line-height: normal;
        opacity: 0.8;
    }
    .footer-ul li{
        font-size: 1.95vh;
        padding: 0.5vh;
        margin: 1vh;
    }
    .footer-ul-div{
        display: block;
    }
    .rules p{
        font-size: 2vh;
    }



    i.emoji.h3 {
        line-height: 2.485vh;
        width: 2.485vh;
        height: 2.485vh;
    } i.emoji.p {
        line-height: 2.274vh; 
        width: 2.274vh; 
        height: 2.274vh;
    }

    i.emoji.h3.six {
        background-size: 27.343vh 81.032vh;
    } i.emoji.h3.zero {
        background-size: 27.343vh 133.936vh;
    }
    

    i.emoji.p.zero {
        background-size: 25.221vh 123.635vh;
    } i.emoji.p.seven {
        background-size: 25.221vh 65.584vh;
    }
    
    i.emoji.p.zero.angel{
        background-position: -5.17vh -2.656vh;
    } i.emoji.p.zero.sleep{
        background-position: -17.7vh -20.28vh;
    } i.emoji.p.seven.ukraine{
        background-position: 0 -60.385vh;
    } i.emoji.six.h3.numberone{
        background-position: -5.58vh -40.63vh;
    } i.emoji.six.h3.numbertwo{
        background-position: -8.3vh -40.63vh;
    } i.emoji.six.h3.numberthree{
        background-position: -11.05vh -40.63vh;
    } i.emoji.six.h3.buttontop{
        background-position: -5.5vh -48.7vh;
    } i.emoji.six.h3.buttonstart{
        background-position: -11vh -38vh;
    } i.emoji.zero.h3.robot{
        background-position: -11.17vh -30.14vh;
        align-self: center;
    } 
    
    i.emoji.zero.p.like{
        background-position: -2.6vh -32.912vh;
    } i.emoji.zero.p.dislike{
        background-position: -5.14vh -32.94vh;
    }

    .alert {
        margin: 0 0 1vh 0;
        padding: 0.5vh 0 0.5vh 1.3vh;
      }
}


.rules{
    text-align:left;
}


.footer-ul{
    list-style-type: none; 
    padding: 0;
}


