@font-face {
  font-family: "ToshibaTxL2";
  src: url("WebPlus_ToshibaTxL2_8x16.woff");
}

@font-face {
  font-family: "IBM_VGA_8x16";
  src: url("WebPlus_IBM_VGA_8x16.woff");
}

body {
    background-color: black;
    color: white;
    font-family: "ToshibaTxL2", serif;
}

code {
  font-family: "IBM_VGA_8x16", monospace;
}

pre {
  font-family: "IBM_VGA_8x16", monospace;
}

.green {
  color: lightgreen;
}

.yellow {
  color: yellow;
}

.red {
  color: red;
}

.page_container {
    margin: auto;
    width: 90%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.subcontainer {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.space-between {
    justify-content: space-between;
}

.mb {
    margin-bottom: 1em;
}

.ml {
    margin-left: 1em;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.center {
    align-items: center;
    justify-items: center;
}

.content_pane {
    padding: 2em;
    background-color: #222222cc;
}

.column {
    display: flex;
    flex-direction: column;
}

a:link {
    color: #ABE2EF;
}

a:active {
    color: #ABE2EF;
}

a:visited {
    color: #ABE2EF;
}

a:hover {
    color: #fff;
}

.caption {
    font-size: 0.9em;
}

.border {
    border: 1px dashed #eee;
}

.bn {
    color: #28793a;
}

.hpn {
    color: #1C75BC;
}

.blog_img {
    width: 100%;
    display: block;
}
