/* Additional styling for the quick buttons */
.quick-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* .quick-buttons a {
    text-align: center;
    color: #495057;
} */

.quick-buttons a:hover {
    color: #0d6efd;
}

/* Style for the navbar to be at the top like a phone app */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}