body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('https://iam.iam-sign-in-experience.workers.dev/auth0/ICC_Background.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.error-container {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.logo {
    max-width: 150px;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #000000;
    margin-bottom: 1rem;
}

p {
    color: #333;
    font-size: 1rem;
}

code {
    background: #eee;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.95rem;
}

.copyright {
    font-size: 0.75rem;
    color: #888;
    margin-top: 2rem;
}