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

h1 {
    color: #3498db;
    font-size: 3em;
    font-weight: bold;
    margin-top: 50px;
    text-shadow: 2px 2px 4px #666;
}
