body {
  color:#C0C0C0;
  background-position: top center;
  background-color:#000000;
  text-align:justify;
  text-justify:inter-word;

  font-family: Book Antiqua, Palatino, Palatino Linotype,
               Palatino LT STD, Georgia, serif;

  font-size:45px;
  line-height:60px;
}

/* Laptop/Desktop */
@media screen and (min-width:1001px) {
  body {
    font-size:28px;
    line-height:40px;
  }
}