html {
  padding-top: 100px;
  background-color: MintCream;
  font-size: 24px;
}
.newspaper {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: white;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.name {
  font-size: 2rem;
  font-family: Times New Roman, serif;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.date {
  text-align: center;
  margin-bottom: 20px;
}
.headline {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.sub-headline {
  font-weight: 100;
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 15px;
}

.author {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text {
  text-indent: 20px;
  line-height: 2em;
  font-size: 1em;
  margin-bottom: 15px;
}
.text::first-letter {
  font-weight: bold;
  font-size: 2em;
}
