@font-face {
  font-family: "Times New Roman", Times, Serif;
  src: url(times.ttf);
}


body {
  background-color: white;
  color: black;
  font-family: "Times New Roman";
}

.dark-mode {
  background-color: black;
  color: white;
}

a {
  cursor: pointer;
}