.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  img {
    max-width: 100%;
    max-height: 100%;
  }

  body {
    background-image: url('./bg.png');
    background-position: 50%;
    background-size: cover;
    display: block;
  }