.body {
	width: 100vw;
	height: 100vh;
	display: flex;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(img/rmmcmi.jpg);
}