@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200..900&display=swap');
html,
body {
  font-family: "Source Code Pro", monospace;
  background: #212121;
  height: 100%;
}
.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-weight: 400;
  font-size: 30px;
  color: #fafafa;
}
.dud {
  color: #757575;
}