body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, .navbar-brand {
  font-family: 'Luckiest Guy', cursive;
}

section {
  transition: box-shadow 0.2s;
}

section:hover {
  box-shadow: 0 0 24px 0 #ff6a0033, 0 4px 24px 0 #ee097933;
}

.btn-warning {
  font-family: 'Luckiest Guy', cursive;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

footer {
  letter-spacing: 1px;
} 