body {
  margin: 15% auto 10px;
  width: 60%;
  font-size: 1.5em;
  text-align: justify;
  font-family: "Times New Roman",Times,serif;
  font-weight: lighter;
}
h1 {
  font-size: 1.4em;
  color: silver;
  font-weight: lighter;
  font-style: oblique;
  text-align: right;
}
footer {
  color: #cccccc;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
  padding-top: 20px;
}
