body {
  background-color: black;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: large;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
a {
  color: white;
}
.fixed-text {
  position: fixed;
  top: 10px; /* Distance from the top */
  right: 20px; /* Distance from the right */
  color: white;
  z-index: 1000; /* Ensure it's above other content */
}