﻿/* typewriter effect */
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');

.hidden {
    opacity: 0;
}

.console-container {
    font-family: 'Source Code Pro', monospace;
    line-height: 1.2em;
    /*font-size: 3em;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
}

.console-underscore {
    font-size: 3em;
    display: inline-block;
    position: relative;
    top: -0.14em;
    left: 0px;
    color: green;
}

#text0 {
    font-size: 1.8em;
}
#text1 {
    font-size: 1.5em;
}
