.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(24, 18, 17);
}
.footer span {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}
.footer span:nth-child(4) {
    color: rgb(75, 68, 68);
}