body {
  background: #f5f5f5;
  justify-items: center;
}

#container {
  max-width: 800px;
  background: #ffffff;
  padding: 40px 60px;
  border-radius: 20px;
}

h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: red;
}

img {
  max-width: 100%;
  border-radius: 20px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */