header, footer {
			background-color: pink;
			border: solid 1px black;

		}

		header {
			font-size: 30px;
		}

		body {
			background-color: lightbrown;
			border: solid 1px black;
		}

		footer {
			padding: 7px;
			border-radius: 3px;
		}