body {
  margin: 0;
  background-color: #eeeeee;
  color: #3e2725;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.logo {
  box-shadow: 5px 5px 8px #3e27251a;
  max-width: 256px;
}

pre {
  color: #3e2725;
  margin-top: 2rem;
}