body {
  background: #042F0A;
  background: linear-gradient(180deg, rgb(4, 37, 8) 0%, rgb(1, 19, 3) 100%);
}

h1, h2, p, em, time {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-family: 'times new roman', 'gill sans', helvetica;
  font-size: 145px;
  font-weight: 700;
  color: #5fad2e;
  margin-top: 25px;
  margin-bottom: 0 ;
  text-align: center;
}

h2 {
  color: #5fdd00;
  font-family: 'times new roman', 'gill sans', helvetica;;
  margin-top: 60px;
  margin-bottom: 3px;
}

time {
  font-family: 'gill sans', 'courier new';
  font-size: 15px;
  font-weight: 70px;
  color: #5fad2e;
  margin-bottom: 10px;
}

p {
  font-family: gill sans;
  font-size: 20px;
  color: #d9ff30;
  line-height: 28px;
}

em {
  font-family: 'arial';
  font-size: 30px;
  font-weight: 900;
  color: #db0000;
  }

i {
  letter-spacing: 1px;
}

div.a {
  text-indent: 20px;
}
