.footer
{
    /* background-image: linear-gradient(to bottom, #00bf63,#575656); */
    background-color: #fcfcfc;
    box-shadow: 3px 3px 10px 0px inset #00bf63;
    
}
.footer p 
{
    padding-top: 15px;
    color: #00bf63;
    font-weight: 500;
}
.copy
{
    color: #00bf63;
    font-style: italic;
    font-size: 16px;
}

.copy:hover
{
    border-bottom: 0px solid #cc2331;
    color: #cc2331;
}

/* Up Arrow Icon */
.scroll-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #575656;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 5px 15px;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 2;
    position: fixed;
}

.scroll-to-top:hover {
    background-color: #00bf63;
}