body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #121212;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    max-width: 500px;
    padding: 2rem;
    border-radius: 12px;
    background-color: #1e1e1e;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 1.8rem;
    color: #ff6b6b;
}

a {
    color: #90caf9;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}
