a {
    color: #fff !important;
}

a:hover {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    object-fit: contain;
}

.blogImage {
    height: auto;
}

.comment-body {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

.comment-body p {
    color: #000000;
    margin-bottom: 0px;
}
