footer {
    width: 100%;
    height: 150px;
    background-color: #262626;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #ddd;
    color: #d3d3d3;
    display: flex;
    justify-content: center;
    
}

.footer_left {
    display: flex;
    flex-direction: column;
}

.footer_left div {
    margin-bottom: 10px;
}

.footer_right div {
    margin-bottom: 10px;
}

.footer_right {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    text-align: left;
}