html, body{
    overflow-x: hidden;
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

body{
    font-family: 'Lemonada', cursive;
}
.home{
    min-height: 100vh;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .head{
    margin-block: 10px;
    color: black;
    font-size: 30px;
    line-height: 1.6;
}
.home .level{
   padding-top: 10px;
}
.home .level-box{
    display: flex;
    justify-content: center;
}
.home  .span{
    border: 3px solid black;
    padding-inline: 10px;
    position: relative;
    color: #dd0000;
    width: 15%;
    margin-left: 10px;
}
.home .span::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 3px;
    left: 3px;
    border: 3px solid black;
   
}
.home button{
    border: none;
    color: white;
    background-color: #dd0000;
    padding-block: 8px;
}
.home .copyrights {
    font-weight: 800;
}
.home .id{
    border: none;
    border-bottom: 1px solid gray;
}
.home input:focus{
    box-shadow: none;
    border: none;
}
.home .box{
    background-color: #151320;
    padding-inline: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #dddce2;
    padding-block: 15px;
    margin-bottom: 20px;
}
.home .box p{
    color: white;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
}
.home p span {
    color:#f57f17;
}

.home .claim{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    background-color: #fed018;
    transform: skew(-20deg);
    height: fit-content;
    width: fit-content;
    padding: 3px 20px;
}
img{
    cursor: pointer;
}
.success{
    padding-inline: 2rem;
    background-color: white;
}
.success .box, .success .price {
    border-block: 1px solid rgb(107, 104, 104);
}
.success .diamond , .success .time-holder{
    border-top: 1px solid rgb(107, 104, 104);
}
/* end final page  */
.checkmark {
    position: absolute;
    top: 26%;
    left: 40px;
    transform: translateY(-50%);
    display: none;
  }
