.fullbackground{
background-image: url("tutoring.jpg");
  height: 100%;
  opacity: 0.70;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	width: 50%;
	height: 100%;
}

#fuck{
	opacity: 1;
}