body {
    background-color: #f0f8ff;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    background: white;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 76, 153, 0.15);
    text-align: center;
    max-width: 500px;
}

h1 {
    color: #004c99;
    font-size: 1.5em;
    margin-bottom: 15px;
}

p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}