img{
  height: 230px;
  border-style:groove;
  border-width: thick;
  border-color: firebrick;
}
h1{
  color:blue;
  text-align:center;
}
p{
  color:red;
  text-align:left;
}
h2{
  color:purple;
  text-align:center;
}