body {
	background-image: url("website href/fox wallpaper.png");
	background-repeat: repeat;
	width: 100%;
	
}

.container {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255, 153, 102,0.75);
}

h1 {
	color: #000000;
	text-align: center;
}

b {
	color: #000000;
	text-align: center;
}

