body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    margin-top: 100px;
}

h1 {
    font-size: 50px;
    color: white;
}

p {
    font-size: 20px;
    color: #f0f0f0;
}

.button {
    margin-top: 20px;
}

button {
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    background: white;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #333;
    color: white;
}
