.fotter
{
    position: fixed;
    width: 100% !important;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    bottom: 0;
}

.inner_fotter
{
padding: 4px 0px !important;
    background-color: rgb(0 0 0 / 78%);
    box-shadow: inset 0 0 45px #fafafaf7;
    color: wheat;
}

.inner_fotter a{
    color: wheat;
}
#fotter_img
{
    height: 11vh;
}