@font-face {
  font-family: "V-Zel";
  src: url("https://starlyth.net/assets/v-zel-regular.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body, h1, p {
  background-color: #000000;
  color: #05688d;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

div.wordmark {
  margin: 5% 10% 0;
}

.pop {
  color: #08c0d1;
  font-family: "V-Zel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.button {
  color: #043868;
  background-color: #08c0d1;
  border-radius: 5px;
  display: inline-block;
  border: none;
  cursor: pointer;
font-family: "V-Zel"
}

a:visted.pop, a:hover.pop, a.pop a:link.pop, a:active.pop {color: #08c0d1 !important; text-decoration:none !important;font-family: "V-Zel" text-decoration-thickness: 0px !important;}