/* bowlby-one-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Bowlby One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bowlby-one-v25-latin-regular.woff2') format('woff2');
}

@media (orientation: portrait) {
  :root {
    font-size: 30px;
  }

  .center-block {
    font-size: 2rem;
    padding: 2rem;
    text-align: center;
  }

  .l18 {
    font-size: 2.5rem;
  }
}

@media (orientation: landscape) {
  :root {
    font-size: 16px;
  }

  .center-block {
    font-size: 2rem;
    padding: 4rem;
    text-align: center;
  }

  .l18 {
    font-size: 4rem;
  }
}

body {
  font-family: 'Bowlby One', Arial, sans-serif;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.ph-color {
  color: #ffa31a;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.wrapper:has(.visible.negative) {
  background-color: black;
  color: white;
}

.center-block > div {
  display: none;
}

.center-block > .visible {
  display: block;
}

.l20 {
  margin-top: 3rem;
}

.l20,
.l21 {
  font-size: 1rem;
  text-align: right;
}

footer {
  opacity: 0;
  position: absolute;
  bottom: 0;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

footer > a,
footer > a:hover,
footer > a:visited {
  color: #207de9;
  text-decoration: none;
}

footer.visible {
  opacity: 1;
  transition: opacity 3s ease-out;
}

.play-button-wrapper {
  position: absolute;
  display: none;
  top: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
}

.play-button-wrapper.visible {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.play-button-wrapper.visible-animate {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  backdrop-filter: blur(1px);
  transition: opacity backdrop-filter 1s ease-out;
}

.play-button {
  font-size: 2rem;
  color: white;
  background-color: #ffa31a;
  padding: 1rem 2rem 1rem 2.2rem;
  border-radius: 1rem;
  border: solid 2px black;
  line-height: 1.7rem;
  position: absolute;
  cursor: pointer;
}
