main {
	background-color: #272211;
}
#title {
	text-align: center;
	font-size: 2.5em;
	font-family: 'Playfair Display SC';
	font-weight: normal;
	text-shadow: -2px 2px #000;
	display: flex;
	justify-content: center;
	background-image: linear-gradient(rgb(20, 20, 20), transparent);
}