﻿@import url('https://fonts.googleapis.com/css2?family=Creepster&family=Mystery+Quest&display=swap=effect:fire-animation');
h1{
    font-size: 90px;
    color: BlueViolet;
    font-family: Creepster;
}
.bloody {color: red}
h2{

	font-size: 50px;
	color: mediumspringgreen;
	font-family: Mystery Quest;
}
p{
    color: SpringGreen;
    font-family: Mystery Quest;
    font-size: 20px;
}
td{
	color: #8A2BE2;
	text-align: center;
	font-family: Mystery Quest;
	font-size: 36px;
}
body {
    background-color: black;
}
nav {
    display: block;
    float: none;
    width: 100%;
}
header{
	align-items: center;
	width: 100%;
	height: auto;
}
a:link {
	text-decoration: none;
	color: springgreen;
	min-width: 1080px;
	width: auto;
}
