body {
	background-color: #f5f5f5;
	max-width: 1200px;
	margin: auto;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.project-item{
	margin-bottom: 20px;
	display: flow-root;
	background-color: white;
	margin-top: 35px;
	padding: 20px 10px;
	box-shadow: 0px 0px 30px 0px #ddd
}

a {
	color: rgb(33, 101, 110);
	text-decoration-line: none;
}

.project-item-image {
	float: right;
	max-width: 580px;
	max-height: 350px;
}

.contact {
	margin-bottom: 25px;
}
