body {
  background-color: #000000;
  height: 100vh;
  width: 100vw;
  margin: 0px;
}

.main-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-out;
}
