body{
	background: #FFF0F5;

}
/*but what if it was orange*/

h1{
	color: #DB7093;
  	font-family: "Cabin Sketch", sans-serif;
  	font-weight: 700;
 	font-style: bold;

	}

h2{
	font-family: "Cabin Sketch", sans-serif;
  	font-weight: 700;
 	font-style: bold;
 	color: #DB7093
}

h3{
	font-family: "Cabin Sketch", sans-serif;
  	font-weight: 700;
 	font-style: bold;
 	color: #DB7093

}

p{
	background-color: #FFDAB9;
	border: white 5px, dotted; 
	text-align: left;
  	font-family: "Limelight", sans-serif;
  	font-weight: 500;
 	font-style: normal;
 	color: #C71585
 	
 	
 	


}

#artwork2{
	text-align: right;
	font-family: "Limelight", sans-serif;
  	font-weight: 500;
 	font-style: normal;
 	color: #C71585;
}

#artwork3{
	text-align: left;
	font-family: "Limelight", sans-serif;
  	font-weight: 500;
 	font-style: normal;
 	color: #C71585;
}

#artwork1{
	font-family: "Limelight", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #C71585;

}



#image{
	text-align: center;
	border: dotted;
	
}

a:link{
	color: brown;
}

a:visited{
	color: #DA70D6;
	text-decoration: underline;
	background-color: pink;

}

a:hover{
	color: #6A5ACD;
	background-color: #D8BFD8;
}

a:active{
	color: aqua;
}

#intro{
	text-align: center;
	background-color: #E6E6FA; 
}