h1 {
  text-align: center;
}

p {
  text-align: center;
  font-family: "Arial";
}

body {
  background-color: pink;
}

img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
