/* ==========================================
   HOMEPAGE STYLES
   ========================================== */

body {
  background-image: url(images/landingpagebgtile.png);
  background-repeat: repeat;
}

a {
  color: #4e608a;
}

h1 {
  font-family: "Jersey 10", sans-serif;
  font-size: 5vw;
  font-weight: 200;
  text-decoration: underline;
  color: #4e608a;
  margin: 0;
  line-height: 1;
}

.bunny {
  text-align: center;
  padding-top: 60px;
}

.buttons {
  text-align: center;
  padding-top: 40px;
}