body {
	background-image: url(bg.jpg);
	background-size: cover;
}

h1, h3 {
	font-family: Arial;
	color: white;
}

h1 {
	font-size: 50px;
}

h3 {
	margin-top: -35px;
}

img {
	margin-top: 100px;
	height: 250px;
	margin-left: -30px;
}

#score {
	font-family: Helvetica;
	font-size: 100px;
	color: white;
	margin-top: -180px;
}

#motivation {
	color: white;
	font-family: Helvetica;
	font-size: 23px;
}