body {
	width: 100vw;
	height: 100vh;
}

#links {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 5rem;
	width: 100%;
	height: auto;
	background-color: rgb(26, 26, 25);
}
#links img {
	width: 35%;
	height: auto;
}

.blueimp-gallery {
	background-color: rgb(1, 14, 37);
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .title {
	color: yellow;
}

.blueimp-gallery > .title {
	/* left: 40%; */
	/* top: 90%; */
	font-family: 'Rasa', serif;
	font-size: 1.5rem;
}

/* Medium devices (tablets, 768px and up) */

@media screen and (max-width: 768px) {
	.blueimp-gallery > .prev,
	.blueimp-gallery > .next {
		display: none;
	}
	#links img {
		width: 100%;
		height: auto;
	}
}
