* {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #dddddd;
  display: flex;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  height: fit-content;
}

.paper {
  background-color: #eeeeee;
  max-width: 40rem;
  height: fit-content;
  padding: 3rem;
}

code {
  background-color: #333333;
  color: #eeeeee;
  padding: 0 0.3rem;
}

p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
