.main-header {
    background-color: #e8a028;
}

.main-header__nav-link {
    background-color: #ffa00000;
    font-weight: 500;
    text-transform: uppercase;
}

.main-header__title span {
    background: #ffffff00;
    font-family: 'Spectral',sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.article-page {
    background: #141414;
}

.issue {
    background: #141414;
}

.main-header__admin-link, .main-header__lang-link {
    background-color: #141414;
}

.announcements {
    margin-bottom: 0px;
}

main a:after {
    border-bottom: 0px solid #000;
}

.article-page__meta dl{
  display: none;
}

.issue-section__desc p{
  margin: 3.5rem 0 1.5rem 0;
}

.cmp_notification{
  display: none;
}
