body {
	margin: 0;
	padding: 0;
	font-family: Sans-Serif;
	line-height: 1.5em;
}

body h1 {
	text-align: center;
	font-size: 45px;
}

body h1 {
	text-align: center;
	font-size: 30px;
}
 
body h1 {
	text-align: center;
	font-size: 25px;
}

body h2 {
	text-align: center;
	font-size: 25px;
}

body h3 {
	text-align: center;
	font-size: 15px;
}

body h4 {
	text-align: center;
	font-size: 15px;
	color: white;
}


#header h1 {
	margin: 0;
	padding-top: 15px;
}


.wrapper {
	color: #444;
	width:100%;
	display:flex;
}

.box {
	color: #000000;
	border: 1px solid rgb(241, 241, 241);
	border-radius: 5px;
	padding: 20px;
	margin: 10px;
	font-size: 150%;
	width:46%;
	margin: 1%;
	float:left;
}

.button {
    background-color: #052f9b;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#footer {
	clear: left;
	width: 100%;
	background: black;
	text-align: center;
	padding: 4px 0;
	height: 50px;
}

#wrapper {
	overflow: hidden;
}

#content {
	color: white;
	margin-left: 100px;
	font-size: 50px;
}

.innertube {
	font-size: 15px;
	height: 50px;
	padding-bottom: 25px;