body {
    background-color:#191919;
    font-family: 'Roboto Mono', monospace;
    color:#e7e7e7;
    font-size:20px;
    font-weight:400;
}

.hide {display:none;}

.container {
    color:#e7e7e7;
    white-space:pre;
    margin:-50px 0px 0px 50px;
}

.cpink {color:#ff144b;}
.cblue {color:#14a4ff;}
.cgreen {color:#78ff27;}
.cgray {color:#7b7b7b;}

@keyframes cursor-blink {
    0%   {opacity:1;}
    50%  {opacity:0.5;}
    100% {opacity:1;}
}

#cursor {
    font-weight:600;
    animation-name:cursor-blink;
    animation-duration:1s;
    animation-iteration-count:infinite;
    color:#e7e7e7 !important;
}