
html {
    background: #000;
}

body {
    box-sizing: border-box;
    margin: 40px auto;
    max-width: 1000px;
    padding: 0 24px;

    background: #000;
    color: #33ff33;

    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 15px;
    line-height: 1.6;
}

a {
    color: #66ff66;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:focus {
    background: #66ff66;
    color: #000;
    outline: none;
    text-decoration: none;
}

header {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0a0;
}

h1,
h2,
h3 {
    color: #7fff7f;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

hr {
    border: none;
    border-top: 1px solid #0a0;
    margin: 30px 0;
}

code {
    color: #99ff99;
}

main {
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 6px 10px 6px 0;
    vertical-align: top;
}

td {
    word-break: break-word;
}

::selection {
    background: #0a0;
    color: #000;
}

textarea.transmission-body {
    width: 100%;
    min-height: 500px;
    box-sizing: border-box;
    padding: 5px;

    background: #111;
    color: #33ff33;
    border: 1px solid #0a0;

    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 15px;
    line-height: 1.5;

    resize: vertical;
}

.transmission-image {
    display: block;
    margin: 1.5rem auto;

    max-width: 80%;
    max-height: 60vh;

    width: auto;
    height: auto;

    border: 1px solid #0a0;
}


@media (max-width: 768px) {
    body {
        margin: 24px auto;
        padding: 0 18px;
        font-size: 14px;
    }

    header {
        line-height: 1.9;
    }

    h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 520px) {
    body {
        margin: 16px auto;
        padding: 0 14px;
    }

    table,
    tbody,
    tr,
    th,
    td {
        display: block;
        width: 100%;
    }

    th {
        padding-top: 14px;
        color: #7fff7f;
    }

    td {
        padding-bottom: 8px;
    }
}


/* script effet typing console */
.terminal-boot {
    margin-bottom: 1.5rem;
    color: #7fff7f;
}

.terminal-boot p {
    display: none;
    margin: 0.25rem 0;
}

.terminal-boot span {
    color: #33ff33;
    font-weight: bold;
}

.transmission-reveal {
    visibility: hidden;
}

.transmission-reveal p,
.transmission-reveal br {
    display: none;
}
