body {
	font-family: Century Gothic;
}



@font-face {
	font-family: hacked;
	src: url('HACKED.ttf');
}

.WebsiteTitle {
	font-weight: bold;
	font-size: 95px;
	font-family: hacked;
}



.Title {
	font-size: 40px;
	text-decoration: underline;
	color: black;
}
	
	
.WelcomeParagraph {
	font-size: 15;
	text-decoration: none;
	color: black;
	text-align: left;
}

.dropbtn, .dropdown-content a, .nodropbtn {
	font-family: Century Gothic;
}

