
footer{
    width: 100%;
    height: 120px;
    background: #F0F0F0;
    overflow: hidden;
}
.footer_msg{
    text-align: center;
    /*margin-left: 50%;*/
    /*transform: translateX(-30%);*/
    margin-top: 25px;
    color: #8B8B8B;
    overflow: hidden;
    line-height: 2.1;
}
.footer_msg a{
    color: #8B8B8B;
    margin: 0 5px;
}
.footer_msg a:hover{
    text-decoration: underline;
}
.footer_msg a:first-child{
    margin-left: 0;
}