body {
  background: #000000;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Big Shoulders Display", sans-serif;
}

h1 {
  font-weight: 800;
  font-size: 3.2rem;
}

.btn-primary {
  background-color: red;
  border-color: yellow;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #5c77bc;
  border-color: #183d8d;
  animation: headShake;
  animation-duration: 1s;
}

.btn-primary:active {
  background-color: yellow !important;
  color: black !important;
}

/*# sourceMappingURL=main.css.map */