body {
    background-color: #05010e !important;
    color: #e8e6e3 !important;
}
.header-container {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.content {
    box-shadow: 0 4px 24px 0 rgba(10,8,30,0.25);
    border: 1px solid #23223a !important;
}
.content, .archive, .article, .post-detail, .contact-form-container {
    background-color: #201a29 !important;
    color: #e8e6e3 !important;
    border-radius: 18px !important;
    padding: 2rem;
}

.post-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}

.post-info {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}


.post-detail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.footer {
    color: #e8e6e3 !important;
    background-image: url('{% static "root/img/test.jpg" %}') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

a, a:visited {
    color: #8ab4f8 !important;
}

a:hover, a:active {
    color: #a8d1ff !important;
}

pre, code {
    padding: 0;
}

.btn-dark, .btn {
    background-color: #444 !important;
    color: #e8e6e3 !important;
    border: none !important;
}

input, textarea, select {
    background-color: #23272a !important;
    color: #e8e6e3 !important;
    border: 1px solid #444 !important;
}

.alert-success {
    background-color: #223322 !important;
    color: #b6fcb6 !important;
}

.alert-danger {
    background-color: #331a1a !important;
    color: #ffb6b6 !important;
}

.blog-avatar {
    display: block;
    margin: 0 auto 1rem auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #23223a;
    box-shadow: 0 2px 12px rgba(10,8,30,0.18);
}
