.container {
background-color: white;
}

body, header, footer {
background-color: darkred;
font-family: Verdana, Arial, Georgia, serif;
font-size: 1em; 
}

header,footer {
text-align:center;
}

section {
text-indent:2%;
}

.red {
	color: darkred;
}

.image {
	max-width: 100%;
}