footer{
    background-color: #414141;
    color: whitesmoke;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.footer-flex-box{
    display: flex;
}

.footer-left{
    flex: 45%;
}

.footer-right{
    flex: 45%;
}