/* For changing background color */
body {
    background-color: rgba(236, 223, 207, 0.6);
}

/* 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/80/adriatic_cover.webp);
	background-position: center;
}