@font-face{
    font-family: "Cafeteria-Black";
    src: url("fonts/d2079877db9de9bebc83c1d03085dcea.eot");
    src: url("fonts/d2079877db9de9bebc83c1d03085dcea.eot?#iefix")format("embedded-opentype"),
        url("fonts/d2079877db9de9bebc83c1d03085dcea.woff")format("woff"),
        url("fonts/d2079877db9de9bebc83c1d03085dcea.woff2")format("woff2"),
        url("fonts/d2079877db9de9bebc83c1d03085dcea.ttf")format("truetype"),
        url("fonts/d2079877db9de9bebc83c1d03085dcea.svg#Cafeteria-Black")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body {
  background-color: midnightblue;
  color: white;
  font-family: "Cafeteria-Black", "Trebuchet MS", "Verdana", sans-serif;
}



a:link {
  color: lightgreen;
}

a:visited {
  color: green;
}

a:hover {
  color: white;
}

p,
li {
  color: gold;
  }
  
 link {
   color: green;
 }

h1 + p {
  font-size: 200%;
}

div{
  font-size: 0.8em;
  }
  