<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  height: 100%;
  background-image: url("logo.svg");
  background-size: 110%;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;

  font-family: "Instrument Serif", serif;
  color: #27213c;
}

#tab {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 10%;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  border-radius: 0px 50px 50px 0px;
  background: rgba(227, 162, 11, 0.8);
  -webkit-box-shadow: #b3b3b3 16px 16px 16px;
  -moz-box-shadow: #b3b3b3 16px 16px 16px;
  box-shadow: #b3b3b3 16px 16px 16px;
  left: 0;
  padding: 30px;
}

h1 {
  margin-bottom: -20px;
  font-variant: small-caps;
  font-family: "Titillium Web", sans-serif;
}

h2 {
  font-family: "Quintessential";
  font-size: medium;
  color: #a72608;
  margin-left: 20px;
}

h3 {
  margin-bottom: -15px;
}

a {
  color: inherit;
  text-decoration: inherit; /* no underline */
  box-shadow: inset 0 0 0 0 #a72608;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  transition:
    color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
a:hover {
  box-shadow: inset 200px 0 0 0 #a72608;
  color: white;
}
</pre></body></html>