body {
  font-family: 'Noto Serif', serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  background: #00001c;
  color: #eeeefc;
}

a {
  color: #99d;
}

a:hover {
  color: #aaf;
}

#main {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 90%;
  max-width: 760px;
}

h1 {
  color: #eeeefc;
  text-align: center;
}

iframe {
  display: block;
  width: 100%;

}

img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  height: auto !important;
}

#thora-img {
  border: 10px solid #eeeefc;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
