:root{
  -text: #410;
}
@font-face {
    font-family: "TSTAR Mono Round W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.eot");
    src: url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/220eece2861e0a892f3bc87ad8029d0a.svg#TSTAR Mono Round W00 Regular")format("svg");
}
body {
  font-family: "TSTAR Mono Round W00 Regular", sans-serif;
  background-color: transparent;
  text-align: center;
}
a, a:link, a:visited, a:hover, a:active {
    color: white; /* Or use #FFFFFF */
    text-decoration: none; /* Optional: keeps the underline */
}
html {
  background-image: url("/index/leafy-digital-garden-stockcake.webp");
}