body {
  background-color: hsla(48, 26%, 96%, 1);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

section {
  font-size: 1.5em;
  padding: 2em;
  background-color: white;
  width: 50%;
  border-radius: 36px;
  max-width: 600px;
}

h1 {
  font-weight: 500;
  font-size: 1em;
}

p {
  font-size: 1em;
}

img {
  margin-bottom: 25px;
}

h2 {
  margin: 0;
  margin-top: 75px;
  padding: 0;
  line-height: 0;
  font-size: 1em;
}

/* phone device */
@media (max-width: 700px) {
  section {
    width: 75%;
    padding: 1.2em;
  }
}
