@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.content {
  width: 60%;
  height: 50%;
  position: absolute;
  top: 4%;
  left: 4%;
  opacity: 1;
  z-index: 100;
}

.main-header .second {
  font-size: 30px;
  text-transform: uppercase;
}

.main-header .first {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
}

.second-header {
  font-weight: 500;
  margin-top: 45px;
}

.second-header .header {
  font-size: 45px;
  text-transform: uppercase;
}

.second-header .more-info {
  font-size: 23px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 7px;
}

img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.credits {
  margin-top: 10px;
  font-weight: 700;
}

@media only screen and (max-height: 500px) {
  .main-header .first {
    font-size: 30px;
  }
  .main-header .second {
    font-size: 20px;
  }
  .second-header .header {
    font-size: 20px;
  }
  .second-header .more-info {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1155px) {
  .main-header .first {
    font-size: 30px;
  }
  .main-header .second {
    font-size: 20px;
  }
  .second-header .header {
    font-size: 20px;
  }
  .second-header .more-info {
    font-size: 15px;
  }
}
