body {
    background: #f5f5dc;
    font-family: Arial, sans-serif;
}

.box {
    background: #222;
    color: white;
    border-radius: 15px;
    max-width: 400px;
    margin: auto;
}

button {
    width: 100%;
}