.meow{height:75vh; width: min-content;  margin-left: auto; margin-right: auto;}
body{text-align:center;align-items: center; background-image: linear-gradient(to bottom, #b1e8f6, #e3c2f7); background-size:cover; height: 95.4vh; background-repeat: no-repeat;}
button{
height:70px; width: 70px;
font-size: 20px;
border-radius: 50%;
margin: 2px;
transition: 0.5s;
user-select: none;
cursor: pointer;

}

button:hover{background-color:#e3c2f7 ;
}
.title {font-size:55.3px ;}
.grid{
    display: grid;
    grid-template-columns: auto auto auto auto;
    border: 2px solid #1e3cec;
    border-radius: 15px;
     box-shadow: 10px -10px 10px #1e3cec;
     place-items: center;
 padding: 40px;
}