
body {
	background-color: #b2b2b2;
}

h1 {
	text-align: center;
    font-family: Georgia;
	font-size: 40px;
}

h3 {
	text-align: right;
    font-family: Georgia;
	font-size: 20px;
}

p {
	margin:20px;
	width: 1200px;
	padding-left:5px;
	text-align: left;
    font-family: Georgia;
    font-size: 20px;
	margin-right:auto;
    margin-left:auto; 
	text-indent: 50px;	
}

ul {
	margin:20px;
	width: 800px;
	padding-left:5px;
	text-align: left;
    font-family: Georgia;
    font-size: 20px;
	margin-right:auto;
    margin-left:auto;  
}


.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #498bf4;
    color: white;
}

footer {
	right: 0;
	bottom: 0;
	padding: 1rem;

}