:root {
  --background-color: rgb(240, 240, 240);
  --text-color: rgb(15, 15, 15);
  --visited-link-color: rgb(130, 130, 130);

  --text-size: 1.5rem;
  --mobile-text-size: 0.75rem;
}