body {
	background-color: lightblue;
	background-image: url('background.jpg');
	background-size: cover;
}

div {
	user-select: none;
}
