.footer {
    width: 100%;
    display: block;
    /*height: 135px;*/
    background-color: #050405;
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
}

.footer a {
    text-decoration: none;
}

.footer p {
    text-align: center;
    font-size: 18px;
    color: white;
    /* line-height: 20px; */
    padding-top: 15px;
}
