body {
    background-color: #272822;
    font-family: "Google Sans";
    color: white;
    cursor: default;
    font-size: 1em;
    overflow: hidden;
}
span {
    font-size: 1em;
}
.tag {
    color: #f92672;
}
.sub {
    color: #a6e22e;
}
.quote {
    color: #e6db74;
}
.char {
    color: #ae81ff;
}
.comment {
    color: #6d6958;
}
.script {
    color: #66d9ef;
}
a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.code div:hover {
    background-color: #202020;
    font-size: 1em;
}
.container {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.code {
    background-color: #272822;
    width: 100%;
    font-size: 1em;
}
.code div {
    font-size: 1em;
}
.lines {
    background-color: #2f3129;
    color: #8f908a;
    font-size: 1em;
}
.lines div {
    background-color: #2f3129;
    color: #8f908a;
}
@media screen and (orientation: portrait) {
    body {
        font-size: 1dvw;
    }
    .code {
        font-size: 1dvw;
        width: 90dvw;
    }
    .code div:hover {
        font-size: 1dvw;
    }
    .lines {
        font-size: 1dvw;
        width: 10dvw;
    }
    .lines div {
        font-size: 1dvw;
    }
}