footer{
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
}
footer .contact{
    margin-top: 20px;
}
footer img{
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    width: auto;
    margin-bottom: 10px;
    filter: invert(1);
}

#select-element{
    color: #fff;
    text-decoration: none;
    font-size: 1Rem;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
}

#select-element:hover{
    color: #ad1254;
}

#select-element:hover img{
    transform: scale(1.1);
    filter: invert(1) drop-shadow(0 0 5px #ad1254);
    transition: all 0.3s ease-in-out;
}

