body {
	background-image:url("background.jpg");
	background-repeat: repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.container {
	background-color: white;
	padding-top: 15px;
}

h2 {
	font-size: 50px;
}

.w-100 {
	color: blueviolet;
}


