body {
  color: black;
  font-family: "Ysabeau Office", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;  
  background-color: white;
}

h1 {
  font-family: "Mountains of Christmas", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

img {
  display: block;
  border: 3px dotted #FFA499;
  border-radius: 5px;
  margin: 0 auto;
}
