<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ef252b;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Helvetica;
  font-weight: bold;
}
a:visited {
  color: black;
}
a {
  color: black;
}
.header {
  max-width: 100%;
  padding: 20px;
  padding-top: 30px;
}
.header img {
  max-width: 80vw;
  min-width: 200px;
}
.main {
  width: 100%;
  height: 100%;
  text-align: center;
}
.image-container {
  max-width: 70%;
  margin: auto;
}
.image-container .thumbnail {
  width: 100%;
}
.image-container .bottom-text {
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: black;
  margin-bottom: 100px;
  font-size: 1vw;
}
.image-container .bottom-text:last-child {
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .image-container .bottom-text {
    font-size: 3vw;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  .image-container .bottom-text:last-child {
    padding-bottom: 40px;
  }
  .image-container .bottom-text div {
    padding: 5px;
  }
}
.image-container .bottom-text div {
  display: inline-block;
}
.footer {
  margin: auto;
  display: block;
  padding-top: 15px;
  margin-bottom: 3em;
}
</pre></body></html>