@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100;1,300&display=swap');

html,body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color:cornflowerblue;

    
}

.button{
    width: 67px;
    padding: 20px;
    margin:0 3px;
    border: 2px solid black;
    border-radius: 9px;
    cursor: pointer;
    background-color:wheat;
}
.row{
    margin: 8px 0;
}
.row input{
    width: 291px;
    font-size: 21px;
    margin: 0;
    padding: 10px 0px;
    border: 2px solid black;
    border-radius: 5px;
    background-color:whitesmoke;

}