html, body {
	font-size: 14px;
	background: url(https://drive.google.com/file/d/1s-jvBcQXGy2NYkct-bem6-VXWO10MfCD/view?usp=sharing) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  
  .pkp_footer_content {
	  float: left;
  }
  
  
  @media screen and (min-width: 992px) {
	.pkp_site_name .is_img img {
		max-height: 150px;
	}
  }