html,
button,
input,
select,
textarea {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

body {
	background-color: #008BE8;
	margin: 0;
}

a {
	color: #008BE8;
}

h2,
h4 {
	margin-top: 0;
}

h1 {
	margin-top: 0;
	font-size: 20px;
}

h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}

h4 {
	font-size: 30px;
}

select {
	font-size: 20px;
}

form {
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	width: 80%;
	padding:5%;
	margin: 5%;
}

label {
	font-size: 20px;
}

#desc {
	font-size: 15px;
}
input {
	font-size: 20px;
	box-sizing: border-box;
}

button {
	background-color: #008BE8;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	margin: 1em 0 0 0;
	padding: 1em;
}

button:hover {
	opacity: 0.8;
}