@font-face {
    font-family: "Merriweather";
    src: url(assets/Merriweather.ttf);
}

html {
  font: 100%/1.5 "Merriweather";
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box {
  width: min(50rem, 90vw);
  outline: 0.125rem solid black;
  box-sizing: border-box;
  padding: 0.3125rem;
  margin: 0.5rem auto;
}

.box h2,
.box h3,
.box p {
  margin: 0.3125rem;
}
