body {
  font-family: Arial;
  background-color: #f4f4f4;
  text-align: center;
}

h1 {
  color: blue;
}

img {
  width: 300px;
  border-radius: 10px;
}