body {
    background: #f4f4f4;
    font-family: Arial;
}

.card {
    width: 350px;
    margin: 60px auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

input, select, button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

button {
    background: #0078ff;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 15px;
}

button:hover {
    background: #005fcc;
}
