.body {
  background-color: #365659;
}

.container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Sackers gothic at', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.title {
  padding-top: 300px;
  padding-bottom: 300px;
  font-size: 73px;
}

.main-holder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 70px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .title {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@font-face {
  font-family: 'Sackers gothic at';
  src: url('../fonts/Sackers-Gothic-Light-AT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}