@font-face {
    font-family: "Quicksand"; 
    src: url("/fonts/Quicksand_Book.otf") format("opentype");
}
mark {
  background-color:rgba(0, 0, 0, 0.75);
  color: white;
}
body {
background-color:#41059c
}
a {
  cursor: url("/cursor/Link Select.cur"), auto;
}
textarea {
  cursor: url("/cursor/Text Select.cur"), auto;
}
iframe{
  cursor: url("/cursor/Normal 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: Georgia;
}
li{
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: 64px;
}
h2 {
   font-size: 48px;
}
p {
  font-size: 24px;
}
li {
  font-size: 24px;
}
footer {
  font-size: 24px;
}