body{
  background-color:lightblue
}

h1{
  color:darksalmon;
  font-family: monospace;
  text-align: center;
}
h3{
  color:purple;
  font-family:cursive;
  text-align: center
}

p{
  color:black;
  font-size:18px;
  font-family: monospace;
}
img {
  float: left;
  width: 220px;
  height: auto;
  margin: 10px;
  border-color:black;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}

