article.most-height {
    min-height: 85vh;
}

article.preview {
    height: 85vh;
    width: 65vw;
}

button.min {
    max-width: fit-content;
}

.wrap-no-overflow {
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}
