.section {
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logocontainer {
  max-width: 80%;
}


