body {
    background-color: #1e1c2a;
}

.posts {
    margin-top: 150px;
}

.card {
    border: none;
    background-color: #252836;
    color: #fff;
    border-radius: 12px;
}


.views {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #999;
    transition: .5s
}

.dots {
    display: flex;
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 6px
}

.time-ago {
    margin-top: -10px;
    color: #606271;
}

.snipimage img {
    height: 150px;
}

.jumbotron {
    margin-top: 45px;
}

.img-fluid {
    max-width: 70%;
}

.blog-content {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-content img {
    max-width: 100%;
    height: auto;
}

.blog-content pre {
    padding: 1rem;
    border-radius: 0.5rem;
    background: #f8f9fa;
}

.blog-content blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1rem;
    color: #6c757d;
}
