.p {
  margin: 0;
  font-size: 0.8rem;
}

/* Center the page content both horizontally and vertically */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
  text-align: center; /* center text inside elements */
  font-family: "Courier New", Courier, monospace;
  padding: 1rem;
  background: #ffffff;
  color: #111;
}
