.grey-bg {
	background-color: #f8f8f8;
}
.text-bg-dark {
    color: #ffffff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
@media (max-width: 800px) {
    .cssmenu .menu-button {
        line-height: normal;
    }
}