/* body{
    background-color: blue;
}  */

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 220px;    
    min-width: 120px;
    height: 200px;
    background-color: white;
    padding: 20px;
    border-width: 5px;
    border-style: groove;

}


.display {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(243, 243, 122);
    border-radius: 10px;
    width: 80%;
    height: 200%;
    font-size: 16pt;
    border: 5px;
    margin-bottom: 20px;




}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 16pt;
    width:fit-content;
    min-width: 30px;
    margin-inline: 3px;
    margin-bottom: 5px;

}

/* .message{
    margin-top:20px;
    color: blue;
    font-size: 16pt;
    
} */

.messageBox{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    color: red;
    font-size: 14pt;
    margin: 15px;

}