@font-face {
    font-family: Georgia, serif;
}
mark {
  background-color: black;
  color: white;
}
body {
  background-color: #000000;
  color: white;
  text-align: center;
  cursor: url("/cursor/Normal Select.cur"), auto;
}
a {
  cursor: url("/cursor/Link Select.cur"), auto;
}
h1{
    font-family: "Quicksand"; 
    src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
h2{
    font-family: "Quicksand"; 
    src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
p{
    font-family: "Quicksand"; 
    src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
footer{
    font-family: "Quicksand"; 
    src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
h1 {
  font-size: 48px;
}
p {
  font-size: 24px;
}
footer {
  font-size: 24px;
}
