

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background: #0080ff url('https://i.imgur.com/1Q9Z1Zm.png') repeat;
    color: #000;
    margin: 0;
    padding: 0;
}


.retro-box {
    border-collapse: collapse;
    box-shadow: 2px 2px 8px #888;
    background: #e0e0e0;
    margin-top: 48px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}


.retro-box td {
    border: 1px solid #888;
    padding: 8px;
}


.textbox {
    background: #fff;
    color: #000080;
    font-family: Courier New, monospace;
    font-size: 13px;
    border: 1px inset #888;
    width: 95%;
    padding: 6px 8px;
    margin: 8px 0 0 0;
    box-shadow: none;
}
.textbox:focus {
    border: 1px solid #000080;
    outline: none;
}


.copybtn {
    background: #c0c0c0;
    color: #000;
    border: 2px outset #888;
    border-radius: 0;
    padding: 4px 18px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin-left: 6px;
    box-shadow: none;
}
.copybtn:hover {
    background: #e0e0e0;
    color: #000080;
    border: 2px inset #888;
}


::-webkit-scrollbar {
    width: 12px;
    background: #c0c0c0;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 8px;
    background: #23272e;
}
::-webkit-scrollbar-thumb {
    background: #7fdbca;
    border-radius: 4px;
}
