body {
  background-image: url('../assets/AFD7CB00-6A81-462C-A964-E05445FDC852.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

a {
  color: rgb(247, 243, 45);
  font-family: "cabazon", serif;
  font-size: 200px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  user-select: none;
  transition: font-size 0.3s ease
}

@media (max-width: 768px) {
  a {
    font-size: 150px;
  }
}

@media (max-width: 480px) {
  a {
    font-size: 100px;
  }
}