@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Merienda+One&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap');

body {
	background-color:#C7A5AB;
}

h1 {
	color: #F5F5F5;
	text-align:center;
	font-family: "Merienda One";
}

h2 {
	color: #664D37;
	font-family: "Annie Use Your Telescope";

}

h3 {
	color: #585322;
	font-family: "Courier New";
	font-family: "Annie Use Your Telescope";

}

p {
	color: #121924;
	font-family: "Times New Roman";
}

a {
	color:#603D58;
	font-family: "Times New Roman";
}

.boldItalic {
	font-weight: bold;
	font-style: italic;	
}

