@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
}

.header {
	background-color: black;
	color: white;
	font-size: 45px;
}

.main {
	padding: 50px;
}

.footer {
	background-color: black;
	color: white;
	text-align: center;
}