body {
	background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1500&q=80');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Roboto', 'Arial Narrow', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;
	letter-spacing: 0.01em;
}

img:hover {
	cursor: zoom-in;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: zoom-out;
}

.fullscreen > img {
	max-width: 95vw;
	max-height: 95vh;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	cursor: zoom-out;
}
