body {
  font-family: Arial, sans-serif;
  text-align: center;
}
h1 {
  color: #3F51B5;
}
#pizza-image {
  width: 500px;
  height: 300px;
  background-image: url("pizza.jpg");
  background-size: cover;
  margin: 0 auto;
}
