
body {
    background-color: #dede18;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120vh;

}

.container {
    display: grid;
    grid-template-columns: repeat(4, 80px);
    grid-template-rows: repeat(6, 80px);
    grid-gap: 25px;
}
.card {
    width: 100px;
    height: 100px;
    background-color: #a0a4a5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    cursor: pointer;
    size: 100px;
    border-radius: 20px;
    border-style:inherit;
}

/*.main{
    border:1px solid#4287f5;
    height:180px;
    width: 500px;
    position: relative;
}*/
#bottom{
    font-size: 20px;
    
    position: absolute;
    bottom: 120px;
    left: 550px;
}
#bottom1{
    font-size: 20px;
  
    position: absolute;
    bottom: 120px;
    left: 650px;
}
.button-container {
  display: flex;
  width: 100%;

  justify-content: space-around;
}


.button-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none; /* Removes the underline from links */
  font-weight: bold;
  transition: background-color 0.3s; /* Smooth background color transition on hover */
}

.button-link:hover, .button-link:focus {
  background-color: #0056b3;
  color: #ffffff;
  text-decoration: none; /* Keeps the underline off on hover/focus */
}
.button {
     /* Adjust the value as needed */
    margin-left: 30px;
  }
.grid {
  display: grid;
  place-items: center;
}