/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

body {
  background: url('2024_delivery.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.blur_container {
	backdrop-filter: blur(3px);
	height: 100vh;
	width: 100vw;
}

.content_container {
	background-color: #fff;
}