/* STYLESHEET MADE BY GOTHLLY (C) 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 !important; 
    left: 0px;
    bottom: 0px;
    padding: 5px 0px;
    background-color: #92000073;
    box-shadow: 0px -5px 14px -3px #ff00005e!important;

/* TEXT */
    color: #ff3b3b;
    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: #ff000061;box-shadow: 0px -5px 14px -3px #ff00008c!important;}

o{color: #ff3b3b !important;text-shadow: 0px -5px 14px -3px #ff00005e!important;font-weight: bold;cursor: pointer !important;transition: all 0.4s ease;transition-delay:0.2s;}
size{font-size: 8.5px;color: #ff7777;text-shadow: 0px -5px 14px -3px #ff00005e!important;cursor: pointer !important;transition: all 0.7s ease;transition-delay:0.2s;}
.Footer:hover size{color: #fff;}



