@charset "utf-8";
h1 
{
	font-family: 'Brush Script MT';
	font-size: 2.5vw;
}

h2 
{
	font-family: "Century Gothic";
	font-size: 1.6vw;
}
button
{
	font-family: Broadway;
	font-size: 1.25vw;
}

.menu
{
	font-family: "Century Gothic";
	font-size: 1vw;
}
a:visited
{
	text-decoration: none;
	color: black;
}
a, a:hover, a:focus, a:active 
{
	text-decoration: none;
	color: inherit;
}
.submission
{
	font-family: Broadway;
	font-size: 1.25vw
}
.square
{
	height: 50%;
	width: 50%;
	border: 3px solid black;
	margin: auto
}
.text
{
	font-family: "Century Gothic";
	font-size: 1.5vw;
	text-align: center;
}
.button
{
	margin: auto;
}
