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;
}

h4 {
  font-size: 28px;
  text-align: center;
  background-color: #ed7419;
}

h5 {
  font-size: 24px;
  text-align: left;
}

h6 {
  font-size: 24px;
  text-align: left;
}

ul {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 1px;
  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;
}
h1 {
  margin: 0;
  padding: 20px 0;
  color: black;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 40%;
}
nav {
  font-size: 24px;
  text-align: center;
  justify-content: center;
  column-gap: 5px;
}

body p {
  text-indent: 2em;
  text-align: left;
  font-size: 18px;
}
footer {
  text-align:center;
  font-size:10px;
  background-color: #ed7419;
}
