.eld-head {
  font-family: "Rubik 80s Fade", system-ui;
  font-weight: 400;
  font-style: uppercase;
  font-size: 140px;
  width:100%; 
  height:100%;
  text-align:center; 
  color:white;
}

html, body {
  font-family: 'Roboto Mono', monospace;
  background: black;
  height: 100%;
}
.scram-container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.scram-text {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  color: #FAFAFA;
}
.dud {
  color: #757575;
}
