* {
  box-sizing: border-box;
}


h1 {font-family:'Russo One', sans-serif;
	background: #1d1e1f;
	font-size: 25px;
	color: white;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	text-shadow: 0px 4px 10px #396dc7;
}
div	{padding: 3px;
	font-family:'Russo One', sans-serif;
	font-size: 25px;

}

body {font-family: Helvetica;
	font-style: white;
	background: black;
	text-align: center;
}
p {
	font-family:'Helvetica', sans-serif;
	font-size: 15px;
	color: white;
}
#imageDiv:hover{
outline: 3px solid black;
outline-offset: -3px;
box-shadow:0px 0px 0px 1px white;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration: none;
}