
body {
    font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.pkp_site_name {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pkp_navigation_primary a {
    padding: 12px 20px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: 'Georgia', serif;
}

h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-top: 30px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button, .pkp_button {
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.pkp_footer_content {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .pkp_navigation_primary a {
        display: block;
        padding: 10px;
    }

    body {
        font-size: 15px;
    }
}
