/*@import url('halloween.css');*/

@font-face {
	font-family: MyGeorgia;
	src: url(georgia.ttf) format("truetype");
}

body {
	font-family: 'MyGeorgia', Georgia, "URW Bookman L", Times, "Times New Roman", serif;
	font-size: 20pt;
	background-color: #1e1e1e;
	color: #dcdcdc;
}

.title {
	font-size: 70pt;
	font-weight: 900;
}

a {
	text-decoration: none;
	color: #199919;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.nice {
	font-style: italic;
}

.content {
	display: flex;
	gap: 2em;
}
