#footer a{
    text-decoration: none;
    color: white;
    transition: color 0.2s ease;
}

#footer .col a:hover{
    color: #d0ffd4;
}
.medsos img{
    width: 20px;
    margin-right: 10px;
}