body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #202020;
    color: #ffffff;
    line-height: 1.6;
}
.container {
    max-width: 768px;
    margin: auto;
    padding: 4px;
}
header {
    background: #202020;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 2px;
    margin: 0;
    min-height: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}
header::after {
    content: '';
    position: absolute;
    bottom: 0; /* Align to the bottom of the header */
    left: 50%; /* Center the element */
    width: 1500px; /* Total width of the visible border */
    height: 2.4px; /* Height of the border */
    background: linear-gradient(to right, 
                                transparent 0%, 
                                #315834 23.33%, /* Start solid color more gradually */
                                #315834 76.67%, /* End solid color more gradually */
                                transparent 100%);
    transform: translateX(-50%); /* Center the element horizontally */
    z-index: 10;
}


header h1 {
    text-align: left;
    margin: 0;
    font-size: 24px;
}
h2 {
    color: #ffffff;
    font-size: 22px;
    padding: 8px;
}
p, li {
    font-size: 16px;
}
p {
    margin: 0;
}
ul {
    list-style-type: none;
    padding: 0;
}
ul li {
    border-top: 1px solid #575757;
    padding-top: 8px;
    padding-bottom: 7px;
}
ul li:not(:last-child) {
    margin-bottom: 10px;
}
footer {
    padding: 0px 0;
    background-color: white;
    color: black;
    font-size: 0.6rem;
}
footer * {
    margin: 0;
    padding: 0;
}
footer .container {
    padding: 0;
}
footer a {
    color: black;
    text-decoration: none;
}
footer a:hover, footer a:focus {
    color: green;
}
html {
    scroll-behavior: smooth;
}
.badge {
    background-color: #315834;
    margin-left: 0;
    margin-right: 0;
}
.badger {
    background-color: #631621;
    margin-left: 0;
    margin-right: 0;
}
.badgeb {
    background-color: #024d6f;
    margin-left: 0;
    margin-right: 0;
}
.custom-list-item {
    background-color: #303030;
    color: #ffffff;
    border: none;
}
.secfpf {
    background-color: #202020;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 6px;
}
.secfpf h2 {
    margin-bottom: 0px;
}
.secfpf p {
    margin-top: 4px;
    font-size: 16px;
}
.section {
    background-color: #303030;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 6px;
    border: 1.6px solid #404937;
}
#lin {
    margin-bottom: 48px;
}
.section .list-group {
    padding-left: 0;
    padding-right: 0;
}
.section .list-group-item {
    padding: 0; 
    padding-top: 8px;
    padding-bottom: 10px;
    border: none; 
    border-top: 1px solid #575757;
    border-radius: 0px;
}
.section .list-group-item .badge, 
.section .list-group-item .badger, 
.section .list-group-item .badgeb {
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.section .row {
    margin-left: 0;
    margin-right: 0;
}
.section .row > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .section .list-group-item .col-md-auto {
        padding-right: 15px;
    }
}
@media (max-width: 767.98px) {
    .section .list-group-item .col-md > div:first-child strong {
        display: block;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .secfpf .container .row .col-md-4 {
        order: -1;
    }
    .secfpf img {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    div.col-md-8.order-md-1 p.curpmaq {
        margin-top: 48px;
    }
    div.col-md-8.order-md-1 p.curpmaw {
        margin-bottom: 12px;
    }
}
