* { 
    color: #ffffff;    
}

pre {
    color: red
}
body {
    background-color: rgb(0, 0, 0);
}
p {
    color: red;
    overflow-wrap: break-word;
}
h1 {
    color: red;
    font-family: monospace;
    user-select: none;
}
h2 {
    color: red;
    font-size: 25px;
}
h4 {
    color: red;
}
.name {
    font-family: monospace;
    white-space: pre;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.wb-body {
    background: #111;
    scrollbar-color: #ff0000;
    padding: 20px;
}
.fill_area {
    width: 100%;
    height: 100%;
    
}
.terminalWritespace {
    padding: 0;
    font-family: monospace;

    white-space: pre;
    color: red;
    display: flex;
}
.terminalReadspace {
    display: block;
    font-family: monospace;
    color:red;
    break-after: always;
    white-space: pre-wrap;
    inline-size: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
}
.termedit {
    padding-top: 2px;
    width: 100%;
    word-wrap: break-word;
    height: 1em;
    overflow: hidden;
    outline: 0px solid transparent;
}
.term_content {
    font-size: 17px;
}
.info_pages {
    font-family: monospace;
    font-size: 17px;
}
.topbar {
    background: black;
    justify-content: space-around;
    display: flex;
    width: 100%;
    font-family: monospace;
    border-bottom: 2px solid red;
}
.files_content {
    font-family: monospace;
}
.root_file {
    background-color: transparent;
    border: none;
    color: red;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    font-family: monospace;
}
.seconditem {
    background-color: transparent;
    margin-left: 50px;
    border: none;
    color: red;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    float: left;
    clear: left;
    font-family: monospace;
}
.thirditem {
    background-color: transparent;
    margin-left: 100px;
    border: none;
    color: red;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    float: left;
    clear: left;
    font-family: monospace;
}
.file_image{
    width: 40px;
    height: 40px;
}
.column {
    display: block;
}

/* Firefox */
html {
    scrollbar-color: red #111;
    scrollbar-width: thin;
}

/* for blog */
.blog_window {
    display:inline-flex;
    height: 100%;
    width: 100%;
}
.blog_selector {
    overflow: auto;
    width: 40%;
    float: left;
    height: 90vh;
    border-right: 2px solid red;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
}
.blog_viewer {
    overflow: auto;
    width: 60%;
    height: 90vh;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
}

.blog_selector_title {
    overflow: hidden;
    position: relative;
    background-color: red;
    height: 20px;
    color: black;
    margin-bottom: 15px;
    font-family: monospace;
    font-size: large;
    width: 100%;
}
.blog_files_content {
    font-family: monospace;
}
.blog_content {
    font-family: monospace;
    font-size: large;
    margin-left: 10px;
    margin-right: 10px;
}

ul {
    color: #ff0000;
}
