body {
	overflow-x: hidden;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image:
		linear-gradient(
			rgba(5%,40%,66%,90%) 0 50%,
			rgba(5%,40%,66%,40%)
		),
		url(../Images/background.jpg)
	;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
