section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 80px 0;
  width: 100%;
}

section h1 {
  font-size: 16px;
}