body {
    font-weight: 500;
}

h1 {
    font-weight: 700;
}

h2 {
    color: #96b4a1 !important;
    font-weight: 700 !important;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 25px;
}

h3,
h4,
h5,
h6 {
    color: #256184 !important;
    font-weight: 600;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul li {
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 500;
}

ul {
    padding-left: 25px;
}

.dpo-doc-title {
    text-align: center;
}

.dpo-doc-date {
    margin-bottom: 20px;
}

.sitename {
    text-shadow: 3px 3px 3px rgb(17 17 17 / 91%);
    position: absolute;
    top: 0;
    right: 24px;
    margin-bottom: 0;
}

.sitename a {
    color: #ffffff;
    text-decoration: none;
}

.footer-text a {
    color: #ffffff;
}

.footer-text a:hover, 
.sitename a:hover {
    color: #007bff;
}

@media (max-width: 576px) {
    .header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sitename {
        position: static;
    }

    .content {
        padding: 30px 20px;
    }

    .dpo-doc-date {
        font-size: 16px;
    }
    
    #dpo-data p, #dpo-data li {
        font-size: 18px;
    }
}