#overlay {
	background-color:rgba(0,0,0,.8);
}

body {
    background-image: url("/hungryramona/assets/background.webp")!important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
}