body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  display: flex;
  width: 100%;
  height: 363px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #f00;
}

h1 {
  font-family: Suez One;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  margin: 0;
}

header h1 {
  color: #fff;
  text-align: center;
}

article {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

h2 {
  font-family: "Noto Sans Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  text-align: center;
}

p {
  color: #0e0e0e;

  /* copy */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
