body {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

p {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}