* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #000000;
  font-family: monospace;
}

.centro {
  width: 100vw;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.minhoca {
  margin: 0;
  text-align: center;
  white-space: pre;
}
