
body {
	background-color: #b2b2b2;
}

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

h2 {
	text-align: center;
    font-family: Georgia;
	font-size: 25px;
}

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

p {
	text-align: center;
    font-family: Georgia;
    font-size: 20px;
}

label {
	text-align: center;
    font-family: Georgia;
    font-size: 16px;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 10px 0;
    box-sizing: border-box;
}

input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 10px 0;
    box-sizing: border-box;
}

textarea {
	width: 100%;
    padding: 12px 20px;
    margin: 10px 0;
    box-sizing: border-box;
}

input[type=submit], input[type=reset]{
    background-color: #498bf4;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	
}

.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;
}

div, iframe {
    margin: auto;
    display: block;
    align-items: center;
}

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