.background {
  background-image: url('./img/DURAN_BG_ANIM_1.gif');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-text {
  color: #fff;
  text-align: center;
  max-width: 940px;
}
.logo {
  max-width: 220px;
  margin-bottom: 50px;
}
h1 {
  font-size: 72px;
  font-family: "TTTravelsBold";
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 92px;
}
a {
  font-size: 24px;
  color: white;
  text-decoration: underline;
}

@font-face {
  font-family: "TTTravelsBold";
  src: url("./font/TTTravelsBold/font.woff") format("woff"),
  url("./font/TTTravelsBold/font.woff") format("woff2");
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}