body{
    padding-top: 32px;
}

body::before{
    content: "P-ISSN: 3123-9544 | E-ISSN: 3124-3649";
    position: fixed;
    top: 0;
    right: 30px;
    left: auto;

    color: #000;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    z-index: 999999;
}