/* body { */
	/* background-color: PowderBlue; */
/* } */

/* p { */
	/* text-align: center; */
	/* font-size: xx-large; */
/* } */

/* img { */
	/* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
/* } */

/* */

header {
	background-color: DodgerBlue;
	color: white;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
}

.figure {
	margin: auto;
	text-align: center;
}

#background, #contact {
	background-color: gray;
	color: white;
}

body {
	/* font-family: */
	margin: 10px 100px;
}

p {
	text-align: justify;
}

img {
	max-width: 100%;
	height: auto;
}

#portrait {
	min-height: 350px;
}

#portrait img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	
}