body  {
  background-image: url("spacebg.jpg");
  background-color: #000000;
  width: 100%;
  max-width: 1920px;
  background-size: 100%;
}

.links{
  color: #D3F0EF;
  font-size: 50px;
  
}


.footer{ 
  position: fixed;     
  text-align: center;    
  bottom: 0px; 
  width: 100%;
}  
