<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a{
    text-decoration: none;
    color: #212529;
}
a:hover{
    text-decoration: none;
    color: #212529;
}

.story-img{
    width: 100%;
    border-radius: 0.3rem;
    align-self: flex-end;
}

.col-md-6{
    display: flex;
    align-items: center;
    justify-content: center;
}</pre></body></html>