#footer{
    width: 100%;
    height: 100px;
    padding: 32px 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #160F23;
}

#footer > span{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #FAFAFA;
}