

/*  Text Scramble Effect   */

/*
stylus:

@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'
html, body
  font-family 'Roboto Mono', monospace
  background #212121
  height 100%
.container
  height 100%
  width 100%
  justify-content center
  align-items center
  display flex
.text
  font-weight 100
  font-size 28px
  color #FAFAFA
.dud
  color #757575
*/


/* compiled */
/*  */
html,
body {
  font-family: 'Roboto Mono', monospace;
  background: #212121;
  background: #818181;
  height: 100%;
}

.container-tes {
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.text-tes-1 {
  font-weight: 400;
  font-size: 26px;
  color: #CCCBDA;
}
.dud {
  color: #CCCBDA;
}

