<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 300px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 19px;
  }
}

.Fixed-parallax-background {
  background: fixed;
  background-size: cover;
  background-position: center;
}

div {
}

@media (min-width: 300px) {
  div {
  }
}

</pre></body></html>