html {
  font-size: 24px;
}

body {
  background-color: aliceblue;
}

.newspaper {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 90%;
  max-width: 800px;
  background-color: white;
  margin: 100px auto;
}

.name, .date {
  text-align: center;
}

.name {
  font-size: 2rem;
  font-family: "Times New Roman", serif;
  margin: 20px 0;
}

.name, .author {
  text-transform: uppercase;
}

.headline {
  font-size: 2em;
  font-weight: bold;
}

.sub-headline {
  font-weight: 100;
  font-size: 1.5em;
  font-style: italic;
}

.author {
  font-weight: bold;
}

.text {
  text-indent: 20px;
  line-height: 2em;
}

.text::first-letter {
  font-weight: bold;
  font-size: 2em;
}