

h1{
  text-align: left;
  font-family: monospace;
  font-size: 100px;
  color:burlywood;
  background-color: rgb(127, 255, 0);
  
  }
img{
  width:400px;
  border-style: solid;
  
}
body{
  background-color: darkgreen
}

p{
  text-align: left;
  font-family: fantasy;
  font-size: 20px;
  color: black;
}

h2{
  text-align: center;
  font-family: fantasy;
  font-size: 30px;
color: black;
}



