body {
    background-color: #0a1827;
    background-image: url("./deniverse_bg.png");
    background-repeat: repeat;
    background-size: auto;
}

.logo {
  max-width: 350px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .logo {
    max-width: 90%;
  }
}



.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}