body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f6f8;
    margin-top: 60px;
}

h1 {
    color: #2c3e50;
}

p {
    font-size: 18px;
    color: #333;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    background-color: #2c7be5;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #1a5bb8;
}
