html,
body {
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 95vh;
  width: 100vw;
  z-index: 50;

}

.logo-outer {
  width: 75%;
  height: 80%;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

img.logo {
  width: 100%;
  z-index: 2001;
  max-height: 89vh;
}

@media (max-width: 900px) {
    main{
        height: 90vh;
    }
}
