footer{
    height: 300px;
    background-color: #492d13;
}

.copy-right{
    padding: 30px;
    background-color: #492d13;
}

.footer_options{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-footer{
    width: 300px !important;
}

