body {
	margin: 0;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	width: 100%;
	color: #fff;
        background-color: black;
        background-image: url("../images/football-background-2.jpg");
        /* height: 500px; /* You must set a specified height */
        background-position: top; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
}
