html {
	box-sizing: border-box;
}

body {
	background: #c9c9c9;
}

header {
	background: green;
}

footer {
	background: blue;
}

section {
	background: yellow;
}