footer {
    background-color: gray;
    color: white;
    padding: 10px;

    display: flex;
    justify-content: center;
}

footer p {
    padding:10px;
}
