body {
    background-color: rgb(175, 171, 150); 
    font-family: cursive;
  }
  h1 {
    color: rgb(107, 75, 7); 
    font-family: cursive; 
    text-align: justify; 
    text-decoration: underline;
    text-align: center;
    font-size: 50px;
  }
  h2 {
    color: rgb(82, 79, 72); 
    font-family: cursive; 
    text-align: justify;
    text-decoration: underline;
    margin-left: 150px;
    margin-right: 150px;
  }

  h3 {
    color: black;
    font-family: cursive;
    text-align: justify;
    text-decoration: underline;
    margin-left: 150px;
    margin-right: 150px;
  }
  p {
    color: rgb(0, 0, 0); 
    font-family: cursive; 
    text-align: justify;
    margin-left: 150px;
    margin-right: 150px;
  }

img {
  display: block;
  margin-left: 600px;
  margin-right: 600px;
  margin-top: 50px;
  margin-top: 50;
  width: 30%;
}

ul {
  color: rgb(0, 0, 0); 
  font-family: cursive; 
  text-align: justify;
  margin-left: 150px;
  margin-right: 150px;
}

ol {
  color: rgb(0, 0, 0); 
  font-family: cursive; 
  text-align: justify;
  margin-left: 150px;
  margin-right: 150px;
}  
