body {
    font-family: 'Arial', sans-serif;
    text-align: center;
    padding-top: 50px;
}

.message {
    margin-top: 50px;
}

.message h1 {
    color: #333;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.message p {
    color: #333;
    font-size: 1.2em;
    line-height: 1.6;
}

.footer {
    margin-top: 60px;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}
