<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-text {
  margin: 0; padding: 0;
  color: white; text-align: center;
  margin-bottom: 30px; padding-top: 30px;
  font-family: 'Metamorphous', cursive;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 30px;
}
.home-subtext {
  margin: 0; padding: 0;
  color: #FED081;
  font-family: 'Metamorphous', cursive;
  margin-bottom: 40px;
  letter-spacing: -1px; text-transform: uppercase;
  font-size: 20px; text-align: center;
}

.sort-menu {
  position: absolute;
  width: 170px; top: 26px;
  z-index: 1000;
  box-shadow: 0 0 10px black;
  display: none;
}
.sort-menu a {
  display: block;
  background: #130a06;
  color: #594c44;
  text-indent: 10px;
  line-height: 32px;
  font-size: 10px;
  transition: 0.2s ease-in;
}
.sort-menu a:hover {
  background: #594c44;
  color: #130a06;
  border-radius: 3px;
}

.no-search {
  text-align: center; color: white;
  padding-top: 40px; font-size: 15px; font-weight: 300;
}

.purchased-success {
  margin-top: 25px; padding: 10px;
  text-align: center; font-size: 13px; color: green; line-height: 16px;
  border: 2px solid green;
  background-color: lightgreen;
}
.purchased-error {
  margin-top: 25px; padding: 10px;
  text-align: center; font-size: 13px; color: red; line-height: 16px;
  border: 2px solid red;
  background-color: pink;
}

.other-chars {
  margin-top: 20px;
}</pre></body></html>