body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #5B7287;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #ffffff;
  }
  
  .card {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  
  .logo {
    width: 200px;
    height: auto;
    margin-bottom: 1rem;
  }
  
  a {
    color: #ffffff;
    text-decoration: underline;
  }
  