body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Crimson Text', serif;
  font-size: 60px;
  background-color: #fdf4ed;
  color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
h1 {
  font-weight: normal;
}