.reg-vadr {
  color: #eeffee;
}

.bg-container-rep {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-container-rep h1 {
  line-height: 23vh;
  color: #fff;
  font-size: 50px;
}
/*# sourceMappingURL=main.css.map */