@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300;500&display=swap');

body {
  background: #121619;
  color: white;
  font-family: 'Fira Sans Extra Condensed', sans-serif;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
}

iframe {
  width: 560px;
  height: 315px;
  @media only screen and (max-width: 991px) {
    width: 400px;
    height: 225px;
  }
  @media only screen and (max-width: 575px) {
    width: 90%;
    height: 240px;
  }
}

h1 {
  text-align: center;
  @media only screen and (max-width: 991px) {
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 575px) {
    font-size: 1.6rem;
  }
}

h1 > span {
  font-size: 1.6rem;
  @media only screen and (max-width: 991px) {
    font-size: 1.4rem;
  }
  @media only screen and (max-width: 575px) {
    font-size: 1.3rem;
  }
}

h2 {
  margin-top: 3rem;
  @media only screen and (max-width: 991px) {
    margin-top: 2.6rem;
  }
  @media only screen and (max-width: 575px) {
    margin-top: 2.2rem;
  }
}

p {
  font-size: 1.2rem;
  @media only screen and (max-width: 991px) {
    font-size: 1rem;
  }
  @media only screen and (max-width: 575px) {
    font-size: 0.9rem;
  }
}
