body {
  background-image: url('https://i.imgur.com/px2M8Vj.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#main {
  color: yellow;
}

.aka {
  color: red;
}


#image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
 #title, h3, #img-caption{
   text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }
 
 #title , h3 {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ; 
 } 

 p {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
 }

 .infoStart, li {
   font-size: 20px;
 }

 .infoStart {
   color: lightgreen;
 }

 #tribute-link {
   color: red;
 }