*{  
    color: white;
    font-size: 32px;
}
body{
    background-color: #ddd;
}
.main {
    /* background: url('https://img.freepik.com/free-photo/green-texture_1160-721.jpg'); */
    width: 400px;
    margin: 6vh auto;
    border-radius: 18px;
    padding: 10px;
    border-radius: 4px;
    user-select: none;
} 
.row {
    width: 100%;
    display: flex;
    justify-content: space-evenly; 
}
input {
    height: 21%;
    width: 99%;
    border-radius: 4px;
    border: 2px solid #0000009e;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.825);
    font-size: 2.0rem;
    margin-bottom: 2vh;
}
button{
    margin: 8px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.clear{
    height: 44px;
    font-size: 18px;
    border-radius: 16px;
    background-color: rgb(255, 0, 115) !important;
}
.grey{
    background-color: rgb(68, 64, 64);
}
.color{
    background-color: orange;
}
.lightgrey{
    background-color: rgb(176, 170, 170);
}
