.page-container {
  display: grid;
  grid-template-columns: 60% 40%;
  width: 75%;
  background-color: rgb(233, 228, 209);
  font-family: Goudy Old Style;
}
.left-half {
  color: rgb(142, 77, 13);
  padding: 15px;
  width: 90%;
}
.right-half {
  font-size: 190%;
  line-height: 5%;
  letter-spacing: 3px;
  color: rgb(233, 228, 209);
  background-color: rgb(215, 166, 118);
  padding: 15px;
}
.size {
  font-size: 2000%;
  margin: 5px;
  line-height: 70%;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 3em;
  line-height: 5%;
}
h3 {
  font-size: 3em;
  line-height: 90%;
}