* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: black;
  color: #be1e2d;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.container {
  color: white;
  display: block;
  font-family: monospace;
  font-size: 8px;
  text-wrap: nowrap;
  unicode-bidi: isolate;
  white-space-collapse: preserve;
}
