body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    text-align: center;
}

.container {
    margin-top: 100px;
}

button {
    padding: 10px 20px;
    border: none;
    background: white;
    color: #333;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background: #ddd;
}