.tukii{
    color: brown;
    font-size: 50px;
}

#do{
    background-color: aqua;
    height: ;
    width: ;
}

.do{
    background-color: rgb(87, 85, 114);
    
    height: 100px;
    width: 400px;
}
*{
    margin: 0%;
    padding: 0%;
}
 .you{
    background-color: rgb(160, 160, 19);
    height: 400px;
    width: 400px;
 }
 .find{
    background-color: blueviolet;
    height:100px ;
    width: 200px;
    
 }
 .nayeem-ar{
    background-color: rgb(26, 21, 21);
    height: 50px;
    width: 70px;
    border-radius: 50%;
 }
 .ok{
    color: aliceblue;
    background-color: black;
 }
.no{
    color: aliceblue;
    background-color: brown;
} 

.right{
    color: rgb(19, 20, 20);
    background-color: rgba(62, 192, 181, 0.856);
    display: inline-block;
}
.wrong{
    color: aliceblue;
    background-color: rgb(168, 107, 15);
    display: inline-block;
}