body {
  padding: 0px;
  margin: 0px;
  overflow:hidden;
  font-family: 'Lato', sans-serif;
}



*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: url("/bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}

h1 {
  display: block;
  width: 100%;
  color: rgb(0, 201, 214);
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  padding-top: 330px;
  position: relative;
  max-width: 1000px;

}


h2 {
  display: block;
  width: 100%;
  color: rgb(7, 167, 177);
  font-size: 36px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}


@media (max-width: 767px) {
  h1 {
      padding-top: 150px !important;
      font-size: 30px;
      line-height: 46px
  }

  h2 {
    font-size: 21px;
  }

}
