body {
    font-family: Arial, sans-serif;
    text-align: center;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

button:hover {
    background-color: #45a049;
}

h1 {
    color: #333;
}

p {
    font-size: 24px;
    color: #4CAF50;
}