@font-face {
    font-family: Georgia, serif;
}
mark {
  background-color: black;
  color: white;
}
body {
  background-color:#41284d;
  color: white;
  text-align: center;
  cursor: url("/cursor/Normal Select.cur"), auto;
}
a {
  cursor: url("/cursor/Link Select.cur"), auto;
}
h1{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
h2{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
h3{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
p{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
li{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
footer{
  font-family: "Pixel Operator";
  src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
h1 {
  font-size: 48px;
}
p {
  font-size: 24px;
}
li {
  font-size: 24px;
}
footer {
  font-size: 24px;
}
table {
  border: 1px solid white;
  border-collapse: collapse;
}
th, td {
  border: 1px solid white;
  background-color:rgba(0, 0, 0, 0.75);
  border-collapse: collapse;
}