body {
    color: #060606;
    background-color: #ffc4b791;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #15202B;
    color: #ffdab5;
  }
  a:link {
    color: aquamarine;
    background-color: transparent;
    text-decoration: none;
}}

h2 {
  font-family: Cantarell, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
}

.text {
  font-family: Cantarell, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: 0;
}

.infoside {
  text-shadow: 1px 1.4px;
  font-size: 18px;
  font-style: oblique;
  }
  a {
    color: #d50000;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}