body {
	background-color: #fbfbe7;
	color: black;
	link: blue;
	visited: purple;
	active: red;
font-family: Helvetica, Arial, sans-serif;
}

h1 {
	text-align: right;
}

.container {
	display: flex;
	align-items: left;
	justify-content: left;
}
.image {
	flex-basis:10%;
}
.text {
	padding-left: 10px;
}

.thumb {
	width:250px;
}

hr {
	width:50%;
	border-width:2px;
	color:blue;
	border-style:solid;
}
