p {
  color: #333;
}
html {
  /* px means "pixels". The base font size is now 16 pixels high */
  font-size: 16px;
  /* Replace PLACEHOLDER with the font-family property value you got from Google Fonts */
  font-family: "Lilita One", cursive;
}
h1 {
  font-size: 60px;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}

li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  padding-block-start: 10px;
}
html {
  background-color: #f7f5eb;
}
body {
  width: 600px;
  margin: 0 auto;
  background-color: #f7f5ed;
  padding: 0 20px 20px 20px;
  border: 5px solid black;
}
h1 {
  margin: 0;
  padding: 20px 0;
  color: black;
  font-size: 60px;
  text-align: center;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 600px;
}
a {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
ul {
  padding-left: 20px;
}
