/* footer */
.footer {
    background-color: #e5e5e5;
}
.footer .footer-bottom {
    justify-content: center;
    padding: 12px 0;
    border-top: 1px solid #d0d0d0;
    align-items: center;
    display: flex;
}
.footer .copyright {
    font-size: 15px;
    color: #555;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.footer .copyright a {
    color: #000;
    font-weight: 400;
}
.footer .copyright a:hover {
    text-decoration: underline;
}