footer {
    text-align: center;
    background-color: white;
}
footer p a {
    text-transform: uppercase;
    display: block;
    width: auto;
    color:black
}
footer p {
margin-top: 0px;
margin-bottom: 0px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
color: black;
}