@CHARSET "UTF-8";
.footer{
    text-align:right;
    height:45px;
    position:fixed;
    bottom:0;
    right:0;
    padding-right:50px;
    box-sizing:border-box;
    width:100%;
    border-top-width:1px;
    border-top-style:solid;
    padding-top: 10px;
    z-index:-10;
    background-color:white;
}