section {
  padding-top: 4vh;
  height: 96vh;
  margin: 0 10rem;
  box-sizing: border-box;
  min-height: fit-content;
}

.section-container {
  display: flex;
}

.icon {
  cursor: pointer;
  height: 2rem;
}

footer {
  height: 26vh;
  margin: 0 1rem;
  margin-top: -50px;
}

footer p {
  text-align: center;
}


