body {
	background: linear-gradient(to left, #6699ff 0%, #ff9966 100%);
}

div.jumbotron {
	background-color:#ccccff;
	text-align: center;
	color: brown;
	font-family: 'WaltographUIBold'; 
	font-weight: normal; 
	font-style: normal; 
}

*{box-sizing: border-box;}
div.wrapper{
	position:relative; 
	margin:0px auto; 
	width: 840px;
	height: 530px;
}

div.img.product{
	position:absolute;
	top:110px;
	left:5px;

}

div.buy {
	position:absolute;
	top:110px;
	right:30px;

}

div.p.bio{
	position:absolute;
	top: 110px;
	right:80px;

}

h2{
	font-family: 'WaltographUIBold'; 
	font-weight: normal; 
	font-style: normal; 

	text-align: center;
}




a:link
{
	color: yellow;
}

a:visited
{
	color: plum;
}

a:hover
{
	color: lawngreen;
}

a:active
{
	color: turquoise;
}

