body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f4f8, #d9e4f1);
    color: #333;
}

.container {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.logo img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    color: #003a74;
}
