body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #e0e0e0;
}
.post-title {
    font-size: xx-large;
}
.post-container {
    font-size: large;
}
.container {
    width: 100vw;
    max-width: 42rem;
    margin: auto;
    overflow: hidden;
}
header {
    background: #1e1e1e;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #444 3px solid;
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
header ul {
    padding: 0;
    list-style: none;
}
header li {
    display: inline;
    padding: 0 20px 0 20px;
}
header #branding {
    float: left;
}
header #branding h1 {
    margin: 0;
}
header nav {
    float: right;
    margin-top: 10px;
}
header .highlight, header .current a {
    color: #bb86fc;
    font-weight: bold;
}
header a:hover {
    color: #03dac6;
    font-weight: bold;
}
#showcase {
    min-height: 400px;
    background: url('/api/placeholder/1200/400') no-repeat center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}
#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}
#showcase p {
    font-size: 20px;
}
#main {
    padding: 30px 0;
    background: #1e1e1e;
}
#main .blog-post {
    margin-bottom: 30px;
    background: #2e2e2e;
    padding: 20px;
    border-radius: 5px;
}
#main .blog-post h2 {
    color: #bb86fc;
}
#main .blog-post a {
    color: #03dac6;
    text-decoration: none;
}
#main .blog-post a:hover {
    text-decoration: underline;
}
footer {
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #1e1e1e;
    text-align: center;
}
