/* STYLESHEET MADE BY GOTHLLY Â© 2016-2022 ALL RIGHTS RESERVED | DON'T: COPY, TRACE, SELL, EDIT, STEAL OR REVAMP MY WORK. YOU'RE WARNED! */

.Footer{  
    position: fixed !important;
    z-index: 10 !important;
    width: 100%;
    height: auto;
    cursor: pointer; 
    left: 0px;
    bottom: 0px;
    padding: 5px 0px;
    background-color: #ff49949c;
    box-shadow: 0px -5px 14px -3px #ff49949c;

/* TEXT */
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 7.5px;
    line-height: 12px;
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
}
    
.Footer:hover{background-color: #ffbbd79c;box-shadow: 0px -5px 14px -3px #ffbbd79c;}

o{
    color: #fff !important;
    font-weight: bold;
}

size{
    font-size: 8.5px;
    color: #fff;
}