 *{
    text-align: center;
  }
  
  img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px; /* Sets the width to 200 pixels */
  height: 300px; /* Sets the height to 150 pixels */
}
body {
  background-color: pink;
  color: black;
  font-family: Verdana;
}