body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #f0f8ff, #add8e6);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #333;
    text-align: center;
}

.container {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
}

.logo img {
    width: 100px;
    margin-bottom: 20px;
}

h1 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 10px;
}

p {
    margin: 8px 0;
    line-height: 1.6;
}

.info p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
