.pkp_site_name {
    text-align: center !important;
}

.is_img>img {
    max-height: none !important;
    width: 150% !important;
}

.additional_content {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
}

.pkp_footer_content {
    text-align: justify !important;
    float: left !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.pkp_brand_footer {
    margin-right: 20px !important;
    padding-top: 40px !important;
}

body {
    background: #ffffff !important;
}

.pkp_structure_head {
    background: #92d5fd;
    background: -webkit-linear-gradient(bottom, #92d5fd, #eff8fe);
    background: -moz-linear-gradient(bottom, #92d5fd, #eff8fe);
    background: -ms-linear-gradient(bottom, #92d5fd, #eff8fe);
    background: -o-linear-gradient(bottom, #92d5fd, #eff8fe);
    background: linear-gradient(to top, #92d5fd, #eff8fe);
}