body {
  background-color: rgb(32,172,133);
}

p {
  color: navy;
  font-family: serif;
}

h1 {
  font-weight: bold;
  color: purple;
  text-decoration: underline
}

h2 {
  color:firebrick;
  font-size: 24px;
  
}

h3 {
  color:darkgreen;
  font-size: 24px:
}

li {
  color:mediumblue;
  text-align: left;
  background-color: lightseagreen;
}

img {
  width: 300px;
  height:250px;
  float: down;
}

.info{
  color: rgb(0,0,0);
  font-size: 17px;
}

.source{
  color: rgb(0,0,0);
}


