body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Sora", serif;
  background-color: #2D2D2D;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.container {
  max-width: 830px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-section {
  width: 100%;
  background: url(../img/banner.jpg) top center no-repeat #0080FF;
}
.header-section .header-row {
  height: 887px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .header-section .header-row {
    height: 100vh;
    padding-bottom: 50px;
    justify-content: center;
    background-size: cover;
  }
}
.header-section .header-row .logo {
  width: 429px;
}
@media screen and (max-width: 500px) {
  .header-section .header-row .logo {
    width: 100%;
  }
}
.header-section .header-row .logo img {
  max-width: 100%;
  height: auto;
}
.header-section .header-row h1 {
  font-family: "Big Shoulders Text", serif;
  font-size: clamp(2.5rem, 7.14vw + -0.18rem, 5.63rem);
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: clamp(2.69rem, 6vw + 0.44rem, 5.31rem);
}

.content-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
}
.content-section .content-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.content-section .content-row h2 {
  font-family: "Big Shoulders Text", serif;
  font-size: clamp(2.69rem, 6.14vw + 0.38rem, 5.38rem);
  font-weight: 600;
  color: #D0FF00;
  text-transform: uppercase;
  text-align: center;
}
.content-section .content-row h4 {
  font-family: "Sora", serif;
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  line-height: 24px;
}
.content-section .content-row h4 a {
  color: #D0FF00;
  text-decoration: none;
}
.content-section .content-row h4 a:hover {
  text-decoration: underline;
}
.content-section .content-row p {
  font-family: "Sora", serif;
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  font-weight: 200;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.content-section .content-row h3 {
  font-family: "Big Shoulders Text", serif;
  font-size: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
  font-weight: 600;
  color: #D0FF00;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
}
.content-section .content-row ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
.content-section .content-row ul li {
  list-style: none;
}
.content-section .content-row .copyright {
  font-family: "Sora", serif;
  font-size: 12px;
  font-weight: 400;
  color: #A0A0A0;
  text-align: center;
}/*# sourceMappingURL=style.css.map */