@charset "UTF-8";


main {
  padding-top: 2.5em;
} main * {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: var(--color-lighter-white-02);
} h1 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 2em;
} div#container-iframe {
  position: relative;
  max-width: min( 95% , 35em);
  height: fit-content;
} div#container-iframe > iframe {
  width: 100%;
  height: calc( 5vw * 10 );
  max-height: 19.5em;
}

a {
  transition-duration: 0.25s;
} a:hover {
  text-decoration: underline;
}