#title {
	font-size: 2.5em;
	font-family: 'Playfair Display SC';
	color: rgb(242, 193, 78);
	font-weight: normal;
	text-shadow: -2px 2px #000;
	display: flex;
	justify-content: center;
	background-image: linear-gradient(rgb(20, 20, 20), transparent);
}
ul {
	margin-left: 10%;
	a {
		color: goldenrod;
	}
}