@charset "utf-8";
/* CSS Document */
body{
	font-family: verdana;
	background-color:burlywood;
	font-size: 20px;
}
.nav-logo img{
	height: auto;
	width: 200px;
	align-content: center;
}
h1{
	font-family: century;
	font-size: 30px;
	color: #A64ED9;
	margin-bottom: -10px;
	text-align: center;
}
h2{
	font-family: Arial;
	color:hotpink;
	font-size: 25px;
}
h3{
	font-family: Arial;
	color:mediumpurple;
	font-size: 25px;
}
h4{
	font-family: Arial;
	color: hotpink;
	font-size: 25px;
}
p{
	font-family: Baskerville;
	font-size: 25px;
	color:darkslateblue;
}
header{
	background-color:wheat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px; 
	font-weight: bold;
}
nav a{
	margin: 15px;
	text-decoration: none;
	color:chocolate;
	font-family: century;
	font-size: 20px;
}
main{
	display: flex;
	padding: 20px;
}
.left-column{
	width: 70%;
	padding: 20px;
	float: left;
	color:darkblue;
	font-family:"century";
	font-size: 20px;
}
.right-column{
	width: 30%;
	padding: 20px
	margin-top: 10px;
}
footer{
	background-color:chocolate;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	font-family: century;
}