/* For changing background color */
body {
    background-color: #0E0D0A;
}

/* For changing background image */
.header {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(https://bmtstore.blob.core.windows.net/users/restaurant/73/bazita_cover.webp);
	background-position: center;
}

.footer_top {
	background-color: 	#0E0D0A!important;
}

.footer {
	background-color: 	#680132!important;
	color: white!important;
}