html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: indianred;
  color: whitesmoke;
  font-family: "Courier New", Courier, monospace;
}

h1 {
  font-size: 100px;
  font-kerning: auto;
  text-shadow: 6px 5px 0px #9a1212;
}
