#footer{
    position : relative;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;
    background-color: rgb(48, 48, 48);
    
}
#footer_in{
    padding-top: 30px;
    color: rgb(158, 158, 158);
    font-size: 14px;
    padding-left: 30px;
}