body {
    background: #000;
    font-size: 1.9vw;
    font-family: AkkuratMonoMono, monospace;
}

a, a:hover, a:visited {
    color: white;
    text-decoration: none;
}

a:hover { text-decoration: underline;}

tty-player { border: none; }

tty-player .title { display: none; }

.terminal {
}


.term {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display: table;
    width: auto;
    position: relative;
    width: 50%;
}
.playpause {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    font-size: 10vw;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 3vw;
}

.playpause span.play {
    cursor: pointer;
}

.share {
    background-color: black;
    font-size: 1.9vw;
    width: 100%;
    margin: 0 auto 0 auto;
    color: white;
    padding: 15px;
}

.share input {
    font-family: AkkuratMonoMono, monospace;
    font-size: 1.9vw;
    color: white;
    background-color: #333;
    /*border: 1px solid white;*/
    border: none;
    padding: 3px;
    width: 55%;
}