<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
}

.page {
  background-color: #fff;
  height: 100vh;
  width: 100vw;
}

.links {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}

.links &gt; a {
  text-decoration: none;
  color: #d2232a;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

.feature {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.links &gt; a:hover {
  text-decoration: underline;
}

.logo-container {
  width: 100vw;
  display: flex;
  justify-content: center;
}

.logo {
  height: 300px;
  width: 300px;
}
</pre></body></html>