footer {
    background: #6C2383;
    color: white;
    min-height: 250px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer a {
    color: #FAD2D2;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

footer .copyright {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    opacity: 50%;
}


footer .social-media-icons a {
    color: #ffffff !important;
}
