html,
body {
  background: rgb(22, 22, 22);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 	font-family: monospace;
	 font-size: 20px;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: 400;
	 line-height: 24px;
	 letter-spacing: 1.5px;
   cursor: context-menu;
   -webkit-user-select: none;
	 -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

a {
  text-decoration: none;
}

.wrap {
  top: 35%;
  left: 40%;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  margin-top: -100px;
  position: absolute;
}

.highLight {
    display:inline-block;
}

.highLight div {
    display:inline-block;
    color: white;
    overflow:hidden;
    white-space: nowrap;
    border-right: 1px solid white;
    width: 0;
    opacity: 0;
}

@-webkit-keyframes typing {
    from { width: 0; }
    to { width:100%; }
}

@-moz-keyframes typing {
    from { width: 0; }
    to { width:100%; }
}

@-webkit-keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: white }
}

@-moz-keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: white }
}

.variable {
  color: #616161;
}
.variable2 {
  color: #607d8b;
}
.keyword {
  color: #6d4c41;
}
.constant {
  color: #9e9e9e;
}
.docComment {
 	color: #0d47a1;
}
.operator {
  color: #ff8a65;
}
.comment {
  color: #33691e;
}
.string {
  color: #f39c12;
}

.link_text{color: #ff8a65; text-decoration: underline;}