main {
	margin: 100px 0 20px 0;
}

p {
	line-height: 2rem;
}

#page-image {
	position: fixed;
	top: 100px;
	left: 40px;
	width: 46%;
	height: auto;
}

@media (max-width: 768px) {
	#page-image {
		position: static;
		width: 100%;
	}

	#page-content {
		padding-top: 2rem;
	}	
}