.footer {
    height: 480px;
    background-color: #231f20
}
    .footer .footer-bottom {
        position: absolute;
        width: 100%;
        top: 360px;
        text-align: center
    }
        .footer .footer-bottom .text-1 {
            color: #9f9f9f;
            font-size: 14px
        }
            .footer .footer-bottom .text-1 a {
                color: #9f9f9f
            }
                .footer .footer-bottom .text-1 a:hover {
                    color: #fff
                }
        .footer .footer-bottom .text-2 {
            color: #707070;
            font-size: 13px;
            margin: 10px 0 0 0
        }