body {
    margin: 0;
    padding: 0;
    display: block;
    min-height: 100vh;
}

.page-container {
    width: 100%;
    min-height: 100vh;
    display: block;
    unicode-bidi: isolate;
}

.header-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
    display: block;
}

.content-container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: stretch;

    margin: 0 auto;
    flex: 1;
    flex-direction: column;
    padding-bottom: 0px;
}

.foot-container {
    display: block;
    bottom: 0;
}

.copyright {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    height: 60px;
    background: #646d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #d1d6e1;
    text-align: center;

    text-rendering: optimizelegibility;
}

.icp {
    margin-left: 5px;
    color: #d1d6e1;
}
