body {
    margin: 0;
    background-color: #1c1c1e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .logo {
    max-width: 300px;
    height: auto;
  }
  