/* CSS Document */

body {
	font-family: Arial, Verdana, sans-serif;
}

.bg-image {
	background-image: url('/images/background.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 100vh;
}