.title, .subtitle {
  font-family: "Days One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: clamp(2.5rem, 5vw, 5rem);
  position: relative;
  bottom: 2vh;
  text-align: center;
  margin: 0;
}



.subtitle {
      font-size: clamp(2rem, 4vw, 4rem);
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}

.text {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: clamp(1.2rem, 2vw, 2rem);
  text-align: center;
  max-width: 90%;
  line-height: 1.5;
  margin: 0 auto;
}

.first_img, .second_img, .third_img, .fourth_img{
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2vw;
  text-align: center;
}


.first_img {
  background-image: url(/img/dayz1.jpg);
}

.second_img {
    background-image: url(/img/dayz3.jpeg);
}

.third_img {
    background-image: url(/img/dayz3.jpg);
}

.fourth_img {
      background-image: url(/img/dayz4.jpg);
}

div {
    background: rgba(0, 0, 0, 0.275);
    padding: 5px;
}

body {
    margin: 0;
}

iframe {
    margin-top: 10px;
}