body, html {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  background: #354045;
}

.firstconteiner {
  padding: 0;
  margin: 0;
}

.firstconteiner .Fheight-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.firstconteiner .Fheight-A h1 {
  font-size: 52px;
  font-weight: bold;
  color: #9D7647;
}

.firstconteiner .Fheight-A p {
  color: #fff;
}

.firstconteiner .Fheight-A .martop {
  margin-top: 2rem;
}

.firstconteiner .Fheight-A .socialelements {
  margin-top: 1rem;
}

.firstconteiner .Fheight-A svg {
  padding-right: 0.75rem;
  width: 5rem;
}

@media only screen and (max-width: 767px) {
  .firstconteiner .Fheight-A {
    margin-top: 10rem;
  }
  .firstconteiner .Fheight-A h1 {
    text-align: center;
  }
  .firstconteiner .Fheight-A p {
    text-align: center;
  }
}

.Fheight-B {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Fheight-B svg {
  width: 100%;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .Fheight-B {
    display: block;
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */