footer {
  background-color: black;
  border: solid 5px green;
}
h1{
	font-size: 70px;
	text-shadow: 2px 2px green, 0 0 100px green;
	color: black;
}
body{
  font-family: georgia;
}
.background{
   background-size: 100%;
  width: 100px;
  height: 100px;
}
video{
  border-style: solid;
  border-width: 5px;
  border-color: green;
}
img{
  border-style: solid;
  border-width: 5px;
  border-color: green;  
}
a{
  color: green;
  font-size: 25px;
}








