footer ul>li>a {
    color: #ddd;
}

footer>div:first-child {
    display: flex;
}

#footer {
    height: 360px;
    background: transparent;
    box-shadow: 0 12px 24px -12px #000 inset;
}

#reveal-footer {
    height: 460px;
    width: 100vw;
    background: #161616;
    position: fixed;
    bottom: 0;
    z-index: 0;
}