footer {
    margin-top: 60px;
    height: 50px;
    background-color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-sub-text {
    color: #bbbbbb;
}