body {
	overflow-x: hidden 
	/*background-color: white;
	color: black;*/
}

a {
	color: black;
}

.table {
	--bs-table-bg: white!important;
	--bs-table-color: black!important;
}

.footer {
	background-color: black;
	color: white;
}

.logo-height {
    height: 150px; /* Increased from 100px to 150px */
}

.logo-img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
}