.foother{    
    position: fixed;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foother a{
    color: white;
}
