@charset "utf-8";

body {
	background-color: hsl(212, 100%, 15%) ;
	font: 24px Helvetica ;
	display: flex ;
    justify-content: Flex-Center;
	}
	
	

img {
	position: fixed;
	height: 100%;
	width: 100% ;
	background-size: cover;
}

