div.issn {
    display: flex
;
    justify-content: flex-end;
    gap: 3rem;
    padding-top: 70px;
    text-align: right;
}
.btn-info {
    color: #eee;
    background-color: #c6a1c7;
    border-color: #c6a1c7;
}