/* Global styles */

body {
    margin: 0;
    font-family: monotype;
    background-color: #00000;
    color: royalblue;
}


/* Header (full-width background) */

header {
    background-color: #36454F;
    border-bottom: 3px solid rgba(0,0,0,0.15);
}

/* Inner header aligned with content */

.header-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 50px 20px;
}

/* Header typography */

header h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

header .tagline {
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.85;
}


/* Layout container */

.container {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 50px auto;
}


/* Sidebar */

.sidebar {
    width: 170px;
    padding: 20px;
    border-right: 2px solid rgba(0,0,0,0.15);
}

/* Sidebar lists */

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar li {
    margin-bottom: 10px;
}


/* Main posts column */

.posts {
    width: 520px;
    padding: 20px 40px;
}


/* Posts */

.post {
    margin-bottom: 40px;
}

.post h2 {
    margin-top: 0;
}


/* Links */

a {
    color: royalblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
    text-decoration: underline;
}