body {
  background-image: url("/black-1072366_1920.jpg");
    height: 90%;

  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 20px;
   width: 100%;
   color: white;
   text-align: center;
   font-family: Lucida Console, Courier New, monospace;
}

a{
   color:inherit;
   text-decoration: none;
}

a:hover{
	opacity: 0.7;
	color: #327ec7;
}