/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: Linen;
  color:Black;
  font-family:"Refrigerator Deluxe";
  src: url('autistic-ancom-717.neocities.org/Fonts/Refrigerator Deluxe Heavy.otf')  format("opentype");
}

p {
  color: Black; 
    font-family:"Refrigerator Deluxe";
  src: url('autistic-ancom-717.neocities.org/Fonts/Refrigerator Deluxe.otf')  format("opentype");
  font-size: 14px;
}


h1 {
font-family: Refrigerator Deluxe;
    src: url('autistic-ancom-717.neocities.org/Fonts/Refrigerator Deluxe Heavy.otf')  format("opentype");
    color: Black;
}

.button {
  background-color: DarkSlateGrey;
  color: AntiqueWhite; 
  font-family: Refrigerator Deluxe;
    src: url('autistic-ancom-717.neocities.org/Fonts/Refrigerator Deluxe.otf')  format("opentype"); 
     padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.topnav {
  list-style-type: none;
    padding: 14px 20px;
  background-color: linen;
    text-align: center;

}

li a {
  display: block;
  color: FireBrick;
   padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: AntiqueWhite;
  color: bisque;
}
