body {
  width: 448px;
  margin: 0 auto;
  padding: 60px 20px 20px 20px;
}

img {
  display: block;
  margin: 0 auto;
}

h1, h2, p {
    text-align: center;
}

h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    margin-bottom: 10px;
}

h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    margin: 10px 0;
}

p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
}