body {
	background-image: url(/images/background.jpg), url(/images/background-2.jpg);
	background-blend-mode: multiply;
	background-position: right, top left;
	background-size: cover, auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (max-width: 1400px) {
	body {
		background-size: cover, contain;
	}
}

img {
	max-width: 100%;
}

p {
	cursor: pointer;
}

#start {
	min-height: 100vh;
}

#links {
	background-color: #fee3c6;
}