body,
html {
  height: 100%;
  margin: 0;
}

main {
  margin-top: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-main {
  width: 250px;
}

.main-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

.homepage-img {
  max-width: 100%;
  margin-top: 1rem;
}
