html, body {
  background: url("https://img.freepik.com/premium-photo/background-designer-with-light-white-green-ornament-william-morris-style_235573-6331.jpg");
  background-size: 300px;
}

.current_issue{
    display:block;
}


a {
  color: #ad1d28;
}


@media (max-width: 600px) {
/* For mobile phones: */
  .homepage_about {
    width:100%;
  }
}

@media (max-width: 991px) {
    .homepage_about{
        margin-top:30px;
    }
}

@media (max-width: 360px) {
/* For mobile phones: */
    .homepage_image {
        width:90%;
        margin:0;
    }

        .homepage_about{
        margin-top:0px;
    }
}

.homepage_about p{
    text-align:justify;
}

.pkp_navigation_user>li>a {
        color: rgba(0,0,0,0.84);
        background: #8c8c8c;
    }

.pkp_block {
    padding: 2.143rem 1.43rem;
    font-size: 1rem;
    line-height: 1.43rem;
    width:300px;
}