body, html{
    margin: 0;
    padding: 0;
    height: 100%;
}
body{
  background-image: url(WhatsApp\ Image\ 2025-10-22\ at\ 08.02.27_699fc946.jpg);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
    overflow: hidden;
    min-height: 100vh;
    height: 100%;
   
    
}
#mytextbox{
    border-radius:5px ;
    border: none;
    height: 20px;
    padding: 5px;
    margin: auto;
}
#guess{
   width: 110px;
    height: 30px;
    border-radius: 15px;
    border: none;
    background-color: green;
    color: white;


}
#guess:active{
    transform: scale(0.8);
    opacity: 0.8;
}
.button{
  width: 110px;
    height: 30px;
    border-radius: 15px;
    border: none;
    background-color: green;
    color: white;

  
}
.flexlord{
    justify-items: center;
}
.flexcont{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    
    gap: 5px;
    margin: 0 auto ;
}
.flexcont div{
   width: 35%;
    padding: 10px;
    margin: auto;
    border: 2px solid black;
}

.leadbtn{
    height: 25px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 3px;  
}
.leadbtn:active{
      transform: scale(0.8);
    opacity: 0.8;
}
.home{
    height: 25px;
    background-color: green;
    color: white;
    border: 2px solid green;
    border-radius: 3px;  
}
.home:active{
      transform: scale(0.8);
    opacity: 0.8;
}
