

#headpic {
	background-image: url(image.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 5% 40%;
}

.color{
	background-color: #AF91E7;
	padding: 4px;
}

a{
	text-decoration: underline;
	color: inherit;
}