h1 {
  font-size: 24px;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

img {
  max-width: 600px;
  height: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

