body {
/*  font-family: 'Rubik', sans-serif;*/
  background-color: #FFFFCC;
  .bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
}

img {
  display: block; 
  margin: 0 auto; 
  max-width: 100%; 
  height: auto;
}
.gif-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Adjust as needed */
}



