body {
  background-color: #000;
  color: #fff;
  height: 100vh;
  overflow: hidden;
}

pre {
  font-family: monospace;
  font-size: 10px;
}
.donut-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
