footer{
    background-color: whitesmoke;
    border-top: 1px solid gray;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

p{
    padding-left: 20px;
    color: var(--coulOmbre);
}