/* img {
    position: absolute;
    object-fit: contain;
    margin-bottom: 10px;
} */

body {
    font-family: "Nunito Sans", sans-serif;    
}

h1, .card {
    font-family: "Nunito Sans", sans-serif; 
}

/* Custom CSS for thicker black borders */
.custom-table {
    border: 2px solid black;
}
.custom-table th, .custom-table td {
    border: 2px solid black;
}
.custom-table th {
    background-color: #d1ecf1; /* Bootstrap 'info' color */
}