body {
  background-color: #483131 !important;
  overflow: hidden;
}
.container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top {
  flex: 0 0 40px;
}
.content {
  font-family: "Dawning of a New Day", "Megrim", "Raleway", "Helvetica Neue",
    Helvetica, Arial, sans-serif; /*"Dawning of a New Day", */
  font-size: 7em;
  text-transform: none;
  text-align: center;
  color: #cc1d25;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 80%; */
}
.footer {
  z-index: 1;
  color: #efefef;
  flex-shrink: 0;
  text-align: center;
}

.footer a {
  color: #efefef;
  text-decoration: none;
}
.small {
  font-size: 0.8em;
  font-family: "Megrim", sans-serif;
}

/* ---- particles.js container ---- */
#particles-js {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 160px solid #442121;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  opacity: 0.5;
}
@media (max-width: 768px) {
  body {
    overflow: scroll;
  }
  .content {
    font-size: 4em;
  }
  .triangle {
    border-bottom: 132px solid #442121;
    border-left: 86px solid transparent;
    border-right: 86px solid transparent;
  }
}

@media (max-width: 481px) {
  .content {
    font-size: 3.2em;
  }
}
