body{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7EB;
}


table{
    background-color: #F6E7C9;
    border: solid black 1px;
    border-radius: 7px;
    height: 450px;
    width: 300px;
    text-align: center;
}

input[type="button"]{ 
    background-color: #E8B291; 
    color: black; 
    border: solid black 1px; 
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

input[type="button"]:hover { 
    background-color:#E7D3AE; 
} 

input[type="text"]{ 
    background-color: #FFFFFF; 
    border: solid black 1px;
    height: 30px;
    width: 100%;
} 