.link-dark,.text-dark{color:#34304a!important}.navigation a{width:100%}.answer{background-color:#fff}body{background-color:#f5f5f5;font-family:Roboto,sans-serif;overflow-x:hidden;overflow:auto}.yellow{background:#fbc02d}.lime{background:#8bc34a}.blue{background:#93c5fd}.purple{background:#c084fc}h1,h2,h3{font-family:Oxygen,sans-serif;color:#34304a}h2,h3{margin-bottom:10px}.header-content{height:400px;max-width:800px;margin:0 auto;padding:0 20px}.header-content h1{text-align:center;padding-top:50px;font-family:Oxygen,sans-serif}@media (max-width:576px){.pagination span{display:none}.header-content h1{font-size:calc(1.275rem + .3vw)!important}.content{padding:20px!important}}@media (max-width:768px){.navigation{flex-direction:column}}ol.breadcrumb{padding:0 20px}.answer,.content{padding:30px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.answer{text-align:center;border-radius:6px;margin:15px auto 30px}.content-wrap{margin-top:-200px!important;max-width:800px;margin:0 auto 60px}.content{background:#fff;border-radius:8px}.content ul{padding-left:0;margin-bottom:1rem;list-style:none}.content ul li{background:0 0;border:0;border-bottom:1px solid rgba(0,0,0,.125);border-radius:0;position:relative;display:block;padding:.75rem 2rem}.content ul li:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMyAxMmMwLTQuMjQzIDAtNi4zNjQgMS4zMTgtNy42ODJDNS42MzYgMyA3Ljc1OCAzIDEyIDNjNC4yNDMgMCA2LjM2NCAwIDcuNjgyIDEuMzE4QzIxIDUuNjM2IDIxIDcuNzU4IDIxIDEyYzAgNC4yNDMgMCA2LjM2NC0xLjMxOCA3LjY4MkMxOC4zNjQgMjEgMTYuMjQyIDIxIDEyIDIxYy00LjI0MyAwLTYuMzY0IDAtNy42ODItMS4zMThDMyAxOC4zNjQgMyAxNi4yNDIgMyAxMloiLz48L3N2Zz4=);position:absolute;content:'';width:20px;height:20px;margin-top:1px;background-size:contain;left:0}.content ul.answer-list li{padding-left:0}.content ul.answer-list li:before{background:0 0}.navigation{display:flex;justify-content:space-between;margin:50px 0;gap:30px}.navigation span{display:block;margin-bottom:10px}.navigation a:hover,.navigation a:hover span svg{background:#57517b!important;color:#fff!important;fill:#fff!important}.footer{max-width:800px;margin:0 auto;border-top:1px solid #e1e1e1;padding-top:60px}.footer-text a{color:#2a2a2a!important}.footer-text svg{width:20px;height:20px;vertical-align:text-bottom;margin-right:5px}.pagination{display:flex;justify-content:space-between;margin:20px 30px}.pagination a{background:#212533;padding:10px 25px;border-radius:50px;color:#fff;text-decoration:none;transition:.3s ease-in-out}.pagination a:hover{background:#57517b}.pagination span{padding:10px}.entry-header,.entry-header a{text-decoration:none;margin-bottom:15px}header{max-width:800px;margin:0 auto}header nav{position:absolute}header nav ul{list-style:none;display:flex;gap:25px;margin:20px;padding:0;font-weight:600;justify-content:flex-end}header nav ul li a{color:#fff;text-decoration:none} .ps-0 {padding-left:0!important} .z-1 {z-index:1!important}
footer .content {
    display: grid
;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
    background: transparent;
}
footer .content a {
    text-decoration: none;
    color: var(--dark);
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
}
.bg-stone-100, .shadow-sm, .rounded-xl, .p-4, .sm:p-6, .my-4 {
    margin-top: 1rem; 

margin-bottom: 1rem; 

border-radius: 0.75rem; 

background-color: rgb(245,245,244); 

padding: 1rem; 

box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0,0,0,0.05);
}
