/* Core Reset & Edgy Minimalist Theme */
body {
    background-color: #050505;
    color: #00ff41; /* Classic Matrix/Terminal Green */
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 2rem;
    max-width: 800px;
}

/* Links: No underlines, inverted on hover */
a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed #00ff41;
}

a:hover {
    background: #00ff41;
    color: #050505;
}

/* Header & Navigation */
header {
    border-bottom: 2px solid #00ff41;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}

nav a {
    margin-right: 1.5rem;
    font-weight: bold;
}

/* Content Layout */
article {
    margin-bottom: 4rem;
    border-left: 1px solid #333;
    padding-left: 1rem;
}

time {
    font-size: 0.8rem;
    background: #222;
    padding: 2px 5px;
}

h2 {
    margin: 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Footer */
footer {
    margin-top: 5rem;
    font-size: 0.7rem;
    opacity: 0.5;
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 2rem;
}

img {
  width  : 100px;
  height : auto;
  vertical-align : middle;
}

.header-img {
  width : 720px;
  height : auto;
  margin : auto;
}