.foother{
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foother a{
    color: white;
}
@media only screen and (max-width: 465px) {
    .foother{
        font-size: 12px;
    }
}
@media only screen and (max-width: 357px) {
    .foother{
        text-align: center;
    }
}