/* File: public/css/style.css */

body {
    background-color: #f8f9fa; /* Light grey background for a softer look */
}

.card {
    border: none;
    border-radius: 15px;
}

.btn {
    border-radius: 8px;
}

.container {
    max-width: 600px;
}