﻿body {
    margin: 0;
    padding: 15px 20px;
    min-height: 99%;
    width: 100%;
    min-width: 550px;
    color: #fff;
    background: #000;
    font-family: cursor, monospace;
    overflow-x: hidden;
}
pre {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#terminal {
    padding: 10px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#output {
    font-size: 1rem;
    white-space: pre-wrap;
}

.command-prompt {
    color: #519975;
    display: inline-block;
    white-space: nowrap;
}

.command {
    color: #73ABAD;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.visible {
    visibility: visible;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.bg-transparent {
    background-color: transparent;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
