@font-face {
    font-family:ibmvga8;
    src:url(ibm_vga8.eot);
    src:url(ibm_vga8.eot?#iefix) format('embedded-opentype'),
        url(ibm_vga8.woff2) format('woff2'),
        url(ibm_vga8.woff) format('woff'),
        url(ibm_vga8.ttf) format('truetype');
    font-weight:400;
    font-style:normal
    }

body {
    height: 100%;
    max-width: 80%;
    margin: 0 15%;
    font-size: 100%;
    background: #222;
    }

* {
    font-family: IBMVGA8,monospace;
    font-weight: 300;
    color: #5ADA5C;
    line-height: 2em;
    letter-spacing: .2em;
}

h1 {
    font-size: 3em;
    }

h2 {
    font-size: 2em;
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 2px dashed #5ADA5C;
    }
    
p {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1em;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
    color: #222;
    background-color: #5ADA5C;
}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
}

.blink {
    font-size: inherit;
    animation: cursor-blink 1.5s steps(2) infinite;
}

.date,
.footer {
    font-size: 1em;
}

footer {
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px dashed;
    border-color: #5ADA5C;
}

