body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #222;
}

.container {
    max-width: 600px;
    margin: 80px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
    text-align: center;
}

h1 {
    margin-bottom: 16px;
    color: #2a72e5;
}

p {
    font-size: 1.2rem;
    color: #555;
}

.error-title {
    color: #e53935;
    font-weight: bold;
}

.center-logo {
    display: block;
    margin: 0 auto 24px auto;
    max-width: 180px;
    height: auto;
}

.row-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: left;
}

.side-logo {
    max-width: 120px;
    height: auto;
    flex-shrink: 0;
}

.text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
