	body {
		background-image: url("stars.jpeg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		fount-family: Arial, sans-serif;
}

	body::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: -1;
}

	h1, a {
		color: white;
}