/* 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: #ff598b94;
    box-shadow: 0px -5px 14px -3px #ff598bb5;

/* 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: #000000cc;box-shadow: 0px -5px 14px -3px #ff598bb5;}

o{color: #ffe2e3 !important;font-weight: bold;cursor: pointer !important;transition: all 0.4s ease;transition-delay:0.2s;}

size{font-size: 8.5px;color: #000;cursor: pointer !important;transition: all 0.7s ease;transition-delay:0.2s;}
.Footer:hover size{color: #ff7a9f;}



