body {
	background-color: mediumpurple; 
	background-image: url(/pics/palms.jpg); 
	background-repeat: no-repeat; 
	background-size: cover;

	font-family: monospace;
	font-size: 40px;
	font-weight: bold;
	color: whitesmoke;

	margin-left: 50px;
	margin-top: 50px;
}

		