body {
  background-color: black;
}
.principale{
  margin: auto;
  width: 60%;
}
.container {
  height: 200px;
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 100;
  font-size: 60px;
  color: #d2d2d2;
}
.dud {
  color: #5f5f5f;
}
