.footer {
    background: #fff;
    color: #666;
    padding: 30px 0;
    text-align: center;
    margin-top: 20px;
    border-top: 5px solid #fff;
}

.footer p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.footer p a {
    font-size: 14px;
    color: #666;
}