/* Custom styles */

body {
    background-color: #f3f4f6; /* A light gray background */
}

.btn {
    transition: background-color 0.3s ease;
}
