body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #894823;
}

a {
  color: #894823;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.font-size-16 {
  font-size: 16px;
}

.cursive-font {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  font-weight: 700;
}

#Darlene {
  width: auto;
  max-height: 70vh;
  object-fit: contain;
}

.bounce-1s {
  animation: bounce 1s ease;
}
