body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  margin: 0;
  background-color: #ffffff;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

h2 {
  margin-bottom: 5rem;
}
