body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(to right, #ff4e50, #f9d423);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 5px;
}