body {
    background: #f8f9fa;
}
body {
    background-color: #f4f4f9;
}

.container {
    max-width: 600px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
