.footer{
    
}
.footer-top{
    background-color: #191919;
    padding:15px 15px;
}
.footer-bottom{
    background-color: #3f3f3f;
    padding: 8px 15px;
}

.footer .copyright{
    margin-inline: auto;
    max-width: 1200px;
}
.footer .powered{
    max-width: 1200px;
    margin-inline: auto;
    text-align: start;
}

.footer .powered a{
  text-decoration: underline;
}

.footer p{
    color: var(--bg-dark);
    text-align: center;
}

.footer a{
    color: var(--text-light);
    border-bottom: 0px solid var(--text-light);
    padding: 0px;
    cursor: pointer;
}