body {
        background-image:       url("background.jpg");
	background-size:	100% 100%;
        background-repeat:      no-repeat;
	background-attachment:	fixed;
        background-position:    center center;

	color:			white;
	font-size:		1vw;
}


