footer{
    background-color: rgb(0, 0, 0);
    width: auto;
    box-shadow: 0px -50px 50px #000000;
    margin-top: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer li{
    list-style: none;
    color: white;
    font-size: 1em;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings: 100;
}

footer a {
    position: relative;
    text-decoration: none;
    display: inline-block; /* 🔑 */
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 2em;
    margin-left: 1em;
}

footer a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #CA5858;
    transition: width 0.3s ease, left 0.3s ease;
}

footer a:hover::after {
    width: 100%;
    left: 0;
}

footer p {
    color: white;
    text-align: center;
    font-weight: 100px;
    padding-bottom: 30px;
    margin: 0px;
}


footer p:hover {
    color: white;
    text-align: center;
    font-weight: 100px;
    padding-bottom: 30px;
    margin: 0px;
    text-decoration: underline;
}

#footer{
    width: 100%;
    display: flex;
}

#contactTD{
    width: 25% ;
    display: block;
    margin: 0;
    margin-right: 0%;
    text-align: left;
    padding-left: 2em;
}

#contactJG{
    width: 25% ;
    display: block;
    margin: 0;
    margin-right: 0%;
    text-align: left;
    padding-left: 2em;
}

#connectTo{
    width: 25% ;
    display: block;
    margin: 0;
    margin-right: 0%;
    text-align: left;
    padding-left: 2em;
}

#legal{
    width: 25% ;
    display: block;
    margin: 0;
    margin-right: 0%;
    text-align: left;
    padding-left: 2em;
}
