.underline-link {
    text-decoration: underline;
}

.cover-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.wrap-text {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    width: 100%;
    margin: 0 auto;
}


