/* Import fonts */
@font-face {
  font-family: 'Soloist';
  src: url("/fonts/SoloistCondensed-57oG.otf?v=1746482916196")
    format("opentype");
  font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #eeeeff;
  /* background-image: url("/images/hyperspace-star-streaks-effect.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay; */
  color: #111111;
  font-family: 'Soloist', sans-serif;
}

body {
  /* height: 90vh; */
  font-size: 20px;
}

video {
  max-width: 100%;
  height: auto;
}

section {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  padding: 5%;
}

article {
  h1 {
    font-size: 4rem;
/*     font-size: 6vw; */
    margin: 1rem 0;
    padding: 1rem 0;
    font-weight: 400;
    text-wrap: balance;
    
    small {
      font-size: 2rem;
    }
  }
}

footer {
  font-size: 1.2rem;
  text-align: right;
}

a {
  color: #fd5f16;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}