*,
*::before,
*::after {
  box-sizing: border-box;
}
body{
  font-family: sans-serif;
}
h1{
    text-align: center;
    margin: 20px auto;

}

.menu-container{
  display: flex;
  margin: 10px auto 20px;
  margin-top: 5px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  border: 1px solid #333;
  border-radius:12px;
  width: fit-content;
  background: #f8f8f8;
  

}

.menu-button{
  margin: 2px;
  padding: 8px 14px;
  border: 2px solid #0088aa;
  border-radius: 10px;
  background: #00d0ff;
  font-size: 16px;
  color: black;
  transition: 0.15s ease-in-out;
  text-decoration: none;


}
/* .menu-button:hover{
  color: white;
  background-color: aqua;
} */
.central-p{
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5vh;

  
  
}



.menu-button:hover{
  background: #0088aa;
  color: white;
  
  
  
}

.home-gif{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  


}