
h1{
  font-family:monospace;
  background-color:lightcyan;
  font-size: 50px;
  text-align: center
  }

h2{ font-family:monospace;
  background-color:lightcyan;
  font-size: 30px;
  text-align: center
}
h3{font-family:monospace;
  font-size:30px;
  background-color:lightpink;
  

  text-align: center
}
p{font-family:monospace;
  font-size: 24px;
  background-color:pink;
  text-align: center
}
body{background-color:pink;}

img{
  width: 250px;
  float: left;
  margin: 10px;
  border-color: lightcyan;
  border-width: 10px;
  border-style: solid;
  border-radius: 20px;
}

