.footer{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-area {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #666;
}
.tech-support {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.tech-support  a{
    color: #999;
}
.tech-support  a:focus{
    text-decoration: none;
}