@charset "utf-8";
/* CSS Document */
body{
	background: #dcdcdc;
	text-align: center;
	margin: 0;
}

header{
    color: #000000;
    font-size: 3em;
    border-bottom: 5px solid #696969;
    border-top-width: 0;
	background-color: #11C7FF;
	height: auto;
}

.header-logo{
	
}
a12{
	color: #000000;
	
}

h2{
	font-size: 1.5em;
	width: auto;
	
}
p{
	font-size: 1.2em;
	width: auto;
}
.box1{
	display:inline-block;
	padding: 0.5em;
	margin-bottom: 2em;
	border:0.125em solid #000000;
	border-radius: 0.7em;
	margin-top: 1.8em;
	width:48%;
	min-width: 338px;
}

.box2{
	display:inline-block;
	padding: 0.5em;
	margin-bottom: 4em;
	border:0.125em solid #000000;
	border-radius: 0.7em;
	width:48%;
	min-width: 338px;
}
footer{
	background-color:#11C7FF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.copyright{
	font-size: 1em;
}

