.pkp_block .content .title {
    display: block;
    /* padding-bottom: 0.5em; */
    border-bottom: 3px solid #59f5f7;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    background-color: #02a3b5;
    border-radius: 5px;
    color: white;
}

.pkp_block .content p {
    line-height: 25px;
    margin-bottom: 0px;
}

.pkp_block .title {
    display: block;
    /* padding-bottom: 0.5em; */
    border-bottom: 3px solid #59f5f7;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    background-color: #02a3b5;
    border-radius: 5px;
    color: white;
    margin-bottom: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 90%;
    width: auto;
    height: auto;
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px;
    background-color: bisque;
    border-radius: 5px;
    border-bottom: 1px solid darkgray;
}

a {
    color: rgb(104, 104, 104);
    font-weight: bold;
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px;
    background-color: rgb(253, 251, 128);
    border-radius: 5px;
    border-bottom: 3px solid darkgray;
}

.cmp_button,
.cmp_form .buttons button,
.pkp_head_wrapper .pkp_search button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
    display: inline-block;
    padding: 0.5em;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #4b7d92;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-shadow: aqua;
}

body {
    background: url('');

}