#title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img {
    width: 100%;
    border-radius: 0.625rem;
    max-height: 50vh;
    object-fit: cover;
    object-position: center;
}

.time {
    color: #7A7A7A !important;
    font-weight: 500;
}

.text-decoration-link {
    color: #FB516C !important;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    font-family: 'Poppins';
}

p {
    font-family: 'Poppins';
}