.work-sans-400 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.work-sans-900 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
:root {
  --bg: #ffe;
  --text: #394655;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  color: var(--text);
  background: var(--bg);
  font-family: "work-sans-400";
  text-align: justify;
  line-height: 1.4;
}
.content {
  width: 515px;
  margin: 72px 0px;
}
section {
  margin: 0px 25px;
  margin-bottom: 50px;
}
.lead {
  margin-bottom: 50px;
}

