body {
  background-color: Lavender;
 p {
   font-family: 'PressStart2PRegular';
   font-weight: normal;
   font-style: normal;
}
  }


  #header {
  margin-top: 0;
  padding: 5px;
  height: 250px;
  background-image: url("background.jpg");
  color: Azure;
  border: 1px solid; color: white
p {
   font-family: 'PressStart2PRegular';
   font-weight: normal;
   font-style: normal;
}
}

h1 {
    font-size: 3.5em;
    font-weight: bold;
}

div {
    font-family:Courier New;
}
li {
  list-style-type: none;
}
