html, body {
  font-size: 14px;
  font-family: tahoma,geneva,sans-serif;
  background-image: url('https://drive.pastibisa.app/244_interlaced.png');
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed; /* opsional */
}

.pkp_footer_content {
    float: left;
}

@media screen and (min-width: 992px) {
  .pkp_site_name .is_img img {
      max-height: 100%;
  }
}

.pkp_brand_footer, .footer_brand {
    display: none !important;
}