footer{
    background-color: #23335e;
}

footer *{
    color:#fff;
}

footer i,
#totop i{
    color:#fff !important;
}

#totop{
    background: #f9c650;
    color:#fff;
    cursor: pointer;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius: 64px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.07);
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 9999;
}

footer .h4{
    display: block;
    font-family: 'Amatic SC', cursive !important;
    text-transform: uppercase;
}