html {
  /* px means "pixels". The base font size is now 10 pixels high */
  font-size: 10px;
  /* Replace PLACEHOLDER with the font-family property value you got from Google Fonts */
  font-family: "Poppins";
  background-color: #fcfcfc00;
}
h1 {
  font-size: 40px;
  text-align: center;
}

h2 {
  font-size: 40px;
  text-align: center;
  background-color: #ed7419;
}

h3 {
  font-size: 30px;
  text-align: center;
  background-color: #ed7419;
}

h4 {
  font-size: 28px;
  text-align: center;
  background-color: #ed7419;
}

h5 {
  font-size: 26px;
  text-align: center;
  background-color: #ed7419;
}

h6 {
  font-size: 24px;
  text-align: center;
  background-color: #ed7419;
}

ul {
  font-size: 18px;
  text-align: center;
}

li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
}

body {
  width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 0 20px 20px 20px;
  border: 5px solid black;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 40%;
  justify-content: center;
}
nav {
  font-size: 24px;
  text-align: center;
  justify-content: space-around;
}

body p {
  text-indent: 2em;
  text-align: left;
  font-size: 18px;
}

span {
  font-size: 16px;
}
footer p {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}

footer {
  background-color: #ed7419;
}
