.footer2 {
position: relative;
    margin: 0 auto 5px;
    
text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: bolder;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;}
.foot{
position: absolute;
z-index: 10;
    left: 25%;
       text-align: center;
    bottom: 10%;}
