body {
	background-image: url("./art/BackgroundInvert.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	font-family: 'EB Garamond', serif;
}

.img {
	width: 100px;
	height: auto;
	padding: 20px;
}
