footer {
    background-color: var(--theme-color-ternary) ;
    padding: 1.2rem;
    text-align: center;
    margin-top: 9.5rem;
}

footer h3 {
    color: #070f22;
    font-size: 16px;
    font-weight: bold;
}

.document-link-row{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    justify-content:center;
    
}

@media (max-width: 768px) {
    .document-link-row{
        
        flex-direction: column;
        gap: 0.8rem;
    }

}