*{
    text-align: center;
}
body{
    font-size:150%;
    font-family: 'zpix';
    background-color: #e698e4;
    cursor: url('/assets/cursor.png'), auto;
    position: relative;
    padding-bottom: 0;
}

@font-face {
    font-family: 'zpix';
    src: url('/assets/zpix.woff2');
}

h1{
    font-family: 'zpix';
    font-size: 240%;
    color: #000;
}
::selection {
    background: #0d49ece7;
    color: #fff;
}
.splash, .section2{
    height:100vh;
}
.section2{
    text-align: center;
    width:50vw;
    display: inline-block;
    padding-bottom:5%;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
}
@media screen and (max-height: 464px) {
.splash{
    min-height: 125vh !important;
}
}
@media screen and (max-height: 700px) {
    .section2{
        padding-bottom:52% !important;
    }
    
}
@media screen and (max-width: 767px) {
    .section2{
        width:100%;
        margin-bottom: 62% !important;
        /* padding-bottom:10%; */
    }
    .splash-img{
        width: 80% !important;
    }
    .scroll{
        font-size:60%;
    }
    .add-btn > img{
        width:10%;
        /* margin-bottom: -0.5%; */
        object-fit: cover;
    }
    .add-btn{
        text-align: center;
        display: inline-block;
        padding: 3% !important;
        margin-bottom: 10% !important;
        width:40% !important;
    }
    .footer a{
        margin-top: 2%;
        margin-bottom: 2%;
    }
    
}
.section2 > .splash-img{
    width: 55%;
}
.interet-angel{
    width: 100%;
}
@media screen and (min-width: 1024px)  {
    bodY{
        background-image: url('/assets/bg.svg');
    }
}
@media screen and (min-width: 768px)  {

    
    .credit{
        color: #0000EE;
        position: absolute;
        right:0;
        text-align: right;
    }   
    .mobile-break { display: none; }
    .add-btn > img{
        width:2%;
        /* margin-bottom: -0.5%; */
        object-fit: cover;
    }
}

.splash-img{
    width: 40%;
    object-fit: cover;
    cursor: url('/assets/cursor_prohibition.png'), auto;
}
.splash-img::selection {
    background: #00000000;
}
h5{
    font-size: 80%;
    color: #000;
}

  .blink {
    animation: blinker 1.2s step-start infinite;
  }

  @keyframes blinker {
  50% {
    opacity: 0;
  }
}

.kg-btn{
    background-color: #000;
    color: #fff;
}
.dnt-btn{
    background-color: #ff6600;
    color: #fff;
}
.docs-btn{
    background-color: #d7eb24;
    color: #000;
}
.docs-btn > .add-kangel-img{
    filter: invert(100%);
}
.add-btn{
    cursor: url('/assets/nso_point.cur'), auto;
    width:400px;
    padding:1%;
    margin-top:1%;
    margin-bottom: 4%;
    box-shadow: 10px 10px 0px #292929;
    margin-left: 2%;
    margin-right: 2%;
}
.add-btn:hover{
    box-shadow: 5px 5px 0px #292929;
}
.add-btn::selection, .add-btn > img::selection{
    background: #00000000;
}
.docs-btn::selection{
    color: #000;
}
.invite{
    cursor: url('/assets/nso_point.cur'), auto;
}
.invite h2:hover{
    text-decoration: underline;
}
a{
    text-decoration: none;
}
@media screen and (min-width: 768px)  {
    .footer{
        left:0;
        right:0;
        position: absolute;
    bottom: 0;
     
    }
}
.footer{
    text-align: left;
    padding: 2%;
    padding-top:1%;
    background-color: #e698e4;
    position: relative;
    margin-bottom: 0;
    
}
.footer-inner{
    text-align: left;
    width:100%;
    position: relative;
}
.footer-inner > a{
    cursor: url('/assets/nso_point.cur'), auto;
    margin-left: 2%;
    color: #0000EE;
}

.footer-inner > a:hover{
    text-decoration: underline;
}
