@import url('https://fonts.googleapis.com/css?family=BenchNine:300&display=swap');
#background { width: 100%; height:100%; position: fixed; top: 0; left: 0; z-index:-10;}
.background {background-size: 100% auto; background-size: cover; width: 100%;}
html {
	font-family:BenchNine;
	background-color: #131515;
	
}
a {
	font-size: 25px;
	list-style: none;
	color:white;
	font-weight: bold;
	text-align:center;
}
a:hover {
	font-size: 25px;
	list-style: none;
	border-bottom: 4px #0072BC solid;
	border-radius: 2px;
	color:#0072BC;
	font-weight: bold;
	text-align:center;
}
a:link
{	
	font-weight: bold;
	font-size: 25px;
	list-style: none;
	text-decoration:none;
}
.img{
	background-color:black;
	border:8px white solid;
	border-radius:50%;
	
}
h1{
	font-size:60px;
	color:white ;
	font-weight: bold;
	text-decoration:none;
}
h2{ 
	font-size:35px;
	color:white;
	font-weight: bold;
	text-decoration:none;
}
hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}