body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
    padding: 0;
}
.head{
    /* display:flex;
    
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid lightgray;
    padding: 8px; */
    
}
.master1{
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 8px;
    justify-content: space-around;
    border-bottom: 1px solid lightgray;
    position: sticky;
}
.logo2{
    display:flex;
    border-color: none;
    gap: 10px;
}
.img-1{
    height: 100px;
    background-color: white;
    padding: 50px;
}
.btnn{
    color: white;
    background-color:#0095f6;
    padding: 8px 22px;
    border-radius: 10px;
    border: none;
    font-size:14px;

}
.btnn1{
    color: #0095f6;
    border: none;
    background-color: white;
    font-size:14px;

}
.contai{
    /* display: flex; */
    flex-direction: column;
    width: 120vH;
    align-items: center;
  
    margin: -50px 300px;
    /* width: 100vh;
    height: 100vh;
    margin: -50px 300px; */
}
.ran{
    width: 100%;
    display: flex;
    align-content: flex-start;
    
}
.tre{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 20px;
    margin: 100px;

    
}
.contai{
    display: flex;
    /* flex-direction: column; */
}
.tert{
    display: flex;
    align-items: center;
    gap: 14px;
    /* justify-content: space-between; */
}
.btnn12{
   background-color: #f1f1f1;;
   padding: 10px;
   border-radius: 10px;
   width: 50px;
   font-weight: bold;

}
.btnnn{
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;


}
.yes{
    margin-top: 50px;
    height: 50px;
    
}
.der{
    display: flex;
    gap: 21px;
     /* Space out the items */
     /* Adds spacing between items */
    
}
.nor{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: -20px;
}
.her{
  margin-top: 10px;

}
.golbig{
    width: 100%;
}
.gol{
    
    display: flex;
    flex-direction: row;
    
    width: 100%;
    
    gap: 60px;
   
}
.bet{
    height: 70px;
    width:70px;
    background-color: blue;
    border-radius: 50%;
    margin: 4.5px;
   
}
.bett{
    width:80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.236);
   border-radius: 50%;

}
.card{
    flex-direction: column;
}
.str{
    font-size: small;
}
.terra{
    background-color: aqua;
}
.terra1{
    background-color: rgba(255, 0, 0, 0.679);
}

.heroie{
    border-top: 1px solid lightgray;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    /* gap: 50px; */
    /* justify-content: space-between; */
    height: 50px;
}
.sec{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tabb{
    width:200px;
   
    display: flex;
    height: 100vh;
    margin-top: 70px;
    
}
.no{
    width: 100%;
    height: 100%;
    text-align: center;
}
.boxes
{
    display: flex;
    flex-direction: row;
   gap: 10px;

}
.box{
    height: 285px;
    width: 285px;
    background-color: #0095f6;
}