body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom right, #e0f0ff, #ffffff);
    color: #003366;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    padding: 100px 20px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
}

footer {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer a {
    color: #aad4ff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

