footer {
    background: linear-gradient(to top, #2e003e 0%, #b800ff 50%, #2e003e 100%);
    box-shadow: 5px 5px 50px rgb(0 0 0);
    border-top: 2px solid #febd0b;
    transition: all 0.3s ease-in-out;
    padding : .8rem 0 .8rem 0;
    text-align: center;
    font-weight: 500;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
}

.copyright{
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 1px black;
    margin: 0;
}
