.bottom-dark-bar {
    background: #121212;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bottom-dark-bar .privacy-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    z-index: 9999;
    letter-spacing: 1px;
}
.bottom-dark-bar .privacy-link a:hover {
    color: #d0021b;
}

#page.misafir {
    min-height: 100vh;
}

