html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #FFF;
}

body {
  background-image: url(../img/index/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.aligner .content {
  max-width: 50%;
}
.aligner .content img {
  display: block;
  position: relative;
  margin: 0 auto;
}
.aligner .content .line {
  width: 52px;
  height: 2px;
  background-color: #8a0d36;
  position: relative;
  margin: 36px auto 36px auto;
}
.aligner .content p {
  font-size: 20px;
  text-align: center;
  color: #FFF;
}
.aligner .content .button {
  margin: 45px auto 0 auto;
}

@media (max-width: 1300px) {
  .aligner .content {
    max-width: 80%;
  }
}

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