.footer-link{
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 300ms ease;
}
.footer-link:hover{
    font-size: 15px;
    text-transform: uppercase;
    color: #b374da !important;
}

footer{
    background-color: black;
    color: white;
}
