@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Quicksand&display=swap');

#inimini {
  font-family: 'Quicksand', sans-serif;
  background-image: url("/images/web_achtergrond.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#ontdek{
  background: linear-gradient(135deg, #abdb78, #ffffff);
  border: none;
  border-radius: 25px;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-family: "Comic Sans MS", cursive, sans-serif;
  padding: 12px 28px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.482);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


h1, h2, h3 {
  font-family: 'Baloo 2', cursive;
}
