body {
	background: url('http://gdurl.com/5yAh') center center;
}
div.container {
	align-self: center;
	background-color: black;
	border-radius: 15%;
	margin: 100px 300px;
	height: 700px;
	width: 700px;
}

a.main, p, h3 {
  color: white;
  background-color: black;
  border-radius: 10%;
  font-size: 18px;
  text-decoration: none;
  font-family: serif;
  }
  
#info {
  margin: 60px 200px;    
}

#inst {
	color: black;
	background-color: white;
}