.footer{
    width: 100%;
    height: fit-content;
    padding-top: 1px;
    border-top: 1px solid var(--textcolor3);
}

.footer_block2{
    max-width: 900px;
    width: 100%;
    min-height: 150px;   
    display: flex;
    margin: auto;
    border-bottom: 1px solid #6c757d21;
    padding-bottom: 10px;
}

