@font-face {
    font-family: 'ClassicConsole';
    src: url('../fonts/clacon.ttf') format('truetype')
}

@font-face {
    font-family: 'password';
    src: url('../fonts/password.ttf') format('truetype');
}

* {
    font-size: 35px !important;
    font-weight: bold;
    line-height:35px;
    line-height:calc(var(--size, 1)*35px)
}
.cmd .cmd-cursor, .cmd .cmd-cursor-line>span, .cmd .cmd-cursor-line img {
}
body {
    background: #030809;
}
.wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 1080px;
    background: url("../img/pip.png") center center no-repeat;
}
.cmd .cmd-cursor.cmd-blink {
    color: var(--color,transparent) !important;
    background-color: var(--background,transparent);
}
#terminal {
    background: url("../img/term.png") center center no-repeat !important;
    background-size: cover !important;
    display: block;
    margin: 90px auto 0px auto;
    width: 1120px;
    height: 880px;
    background: #000;
    padding: 70px;
    border-radius: 50px !important;
    font-weight: bold;
    overflow: hidden;
}
.terminal-wrapper span, .terminal-wrapper a {
    text-align: center;
    font-family: 'ClassicConsole', 'Courier New', Courier, monospace;
    color: #3EE296 !important;
    text-shadow: 
        0 0 2px #1A3A2E,
        0 0 10px #1A3A2E,
        0 0 10px #1A3A2E,
        0 0 2px #1A3A2E;
}
.cmd, .cmd div, .cmd, .terminal, .terminal-output>:not(.raw), 
.terminal-output>:not(.raw) a, .terminal-output>:not(.raw) .cmd span[data-text]:not(.cmd-inverted):not(.token):not(.emoji), 
.terminal-output>div:not(.raw) div>span:not(.token):not(.inverted):not(.terminal-inverted):not(.cmd-inverted):not(.terminal-error):not(.emoji), .cmd.cmd.cmd .cmd-inverted,.cmd.cmd.cmd .inverted,.terminal .inverted,.terminal .terminal-inverted {
    background: transparent !important;
}
