body {
	background-image: linear-gradient(to bottom right, #C8E6ED, #F1F1F1);
}

ul {
	position: fixed;
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
	background-color: #00456f;
	list-style-type: none;
}

li {
	float: left;
}

li a, .dropbtn {
	display: block;
	font: bold 14px Arial;
	padding: 18px 12px;
	color: white;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #13679B;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

input[type=email], input[type=text], input[type=password], input[type=number] {
    border-radius: 4px;  
}

input[type=submit], input[type=reset] {
	padding: 10px 16px;
	border: none;
	color: white;
	background-color: #00456f;
	cursor: pointer;
	border-radius: 4px;
}

select {
	min-width: 20%;
	border-radius: 4px;
	font-family: Times, Times New Roman, serif;
	font-size: 15px;
}

select option {
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0px;
	background-color: #272D30;
	color: white;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

article {
	padding-top: 55px;
	text-align: center;
	font-size: large;
	font-family: Times, Times New Roman, serif;
}

.hp {
	float: right;
	padding-right: 10px;
}