.bg-dark {
  background-color: #0f0f14 !important;
}

.whiteWhite {
  background-color: #ffffff !important;
}

@font-face {
  font-family: "Simplipixa";
  src: url("Simplipixa.otf");
}

body {
  background-color: #f4f4f4;
  font-family: courier, sans-serif;
}

h1 {
  font-family: "Simplipixa", sans-serif;
}

body > section {
  padding-top: 2rem;
}

section:nth-child(odd) {
  background-color: #efefef;
}

section:nth-child(even) {
  background-color: #f4f4f4;
}

.navbar-brand {
  font-family: "Simplipixa", sans-serif;
}

.download {
  padding: 10px;
  border-radius: 5px;
  background-color: #666666;
  color: #f4f4f4;
  text-decoration: none;
  border: 2px solid transparent;
}

.download:hover {
  border: 2px solid #666666;
  background-color: transparent;
  color: #666666;
  text-decoration: none;
}

footer {
  border-top: 1px dashed #666666;
}

.arrow {
  position: absolute;
  font-family: "Simplipixa", sans-serif;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  right: 10%;
  bottom: 20px;
  font-size: 3rem;
}

@-webkit-keyframes arrow {
  from {
    -webkit-transform: rotate(180deg) translateY(10px);
            transform: rotate(180deg) translateY(10px);
  }
  to {
    -webkit-transform: rotate(180deg) translateY(0px);
            transform: rotate(180deg) translateY(0px);
  }
}

@keyframes arrow {
  from {
    -webkit-transform: rotate(180deg) translateY(10px);
            transform: rotate(180deg) translateY(10px);
  }
  to {
    -webkit-transform: rotate(180deg) translateY(0px);
            transform: rotate(180deg) translateY(0px);
  }
}
/*# sourceMappingURL=style.css.map */