
body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: rgba(148, 48, 14, 0.665);
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
}

h2 {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: .05em;
}