:root {
  --background-color: #0e0e0e;
  --text-color: #f5f5f5;
  --visited-link-color: rgb(130, 130, 130);

  --text-size: 1rem;
}

@media only screen and (max-width: 600px) {
  :root {
    --text-size: 0.75rem;
  }
}
