body {
	background-image: url('../img/art-background.jpg');
	background-size: cover;
	background-position: center;

	justify-content: start;
	align-items: flex-end;
}
