@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');


body {
	background-color:beige;
}

h1, h2, h3{
	font-family: 'Charm', cursive;
}

h1 {
	background-color: darkorchid;
	font-size: 70px;
	color: beige;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	background-color: mediumpurple;
	font-size: 50px;
	color:beige;
}

h3 {
	font-size: 40px;
	color:mediumorchid;
}

p{
	font-size: 20px;
	font-family: times new roman;
	margin-left: 20px;
	line-height: 3;
}

li {
	margin-bottom: 10px;
}

footer {
	text-align: center;
}

nav p {
	font-weight: bold;
	text-align:center;
}

