body {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: scroll;
    margin-bottom:100px;
}
    .grid-item {
background-color: white;
padding: 20px;
text-align: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
border-radius: 10px;
position: relative;
height: 120px; 
cursor: pointer;
margin-top:15px;
min-width: 180px;
}