.terminal {
    display: flex;
    align-items: center;
    height: 100px;
    font-size: 21px;
    /* animation: flicker 0.15s infinite;
    animation: textShadow 1.6s infinite; */
  }
  
  #text {
    font-weight:900;
    text-transform:uppercase;
  }