body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f8ff;
    color: #333;
    text-align: center;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin-top: 50px;
}