/* public/css/styles.css */

/* Example: Set a light background for the body */
body {
    background-color: #f8f9fa;
}

/* Center the landing page text */
.container.text-center {
    margin-top: 100px;
}

/* Customize buttons (optional) */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}
