#myInput{
    width: 100%;
    height: 30px;
    border: 2px solid saddlebrown;
    font-size: larger;
}
button{
    border-radius: 5px;
    height: 100vh;
    width: 100vw;
    max-width: 100px;
    max-height:80px ;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    background-color: rgb(234, 200, 77);
}
#boxes span {
    display: inline-flex;
    flex-direction: row;
    gap: 20px;
    font-size: larger;
  
}#boxes  {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    

width: 100%;
}main{width: 100%;
    
    margin-top: 5%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}#rangecon{
    display: inline-flex;
    text-align: center;
    justify-content: center;
}
input[type="checkbox"]{
    width:  25px;;
}
#length{
    
width: 200px;
color: brown;}

#title,h2{
    width: 100%;
    font-size: 26px;
    text-align: center;
    user-select: none;
}
body{background-color: black;
    user-select: none;
height: 100vw;
}
main :not( .entry){
    color: white;
}
#menu{
    font-weight: bolder;
    font-size: x-large;
    user-select: none;
    width: 20px;
    margin-left: 95%;
    margin-top: -50px;
    
}
#menuimg {
    width: 20px;
    height: 2Opx;
}
