body {
	background-image: url("img/astronomy-dark-evening-glowing-176851.jpg");
	/* Photo "Stars during Night Time" by InstaWalli from Pexels */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: black;
	overflow: hidden
}
img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	width: 100%;
	height: auto;
}
