@font-face {
  font-family: 'Hexenaat2';
  src: url('Hexenaat2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Hexenaat2', sans-serif;
  font-size: 25px;
  letter-spacing: 3px;
}

.media-box {
  opacity: 0; /* Set initial opacity to 0 */
  transition: opacity 0.8s ease-in-out; /* Add a smooth transition effect */
}

.fade-in {
  opacity: 1; /* Set opacity to 1 when the fade-in class is applied */
}

@media (max-width: 600px) {
  /* Your mobile-specific styles here */
}

img {
  max-width: 100%;
  height: auto;
}
