
html, body {
    height: 100%;
    margin: 0px auto;
}

.navigation-box {
    height: 100%;
    width: 100%;
}

.main-box {
    background: url("../images/wallhaven-5weyz8.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.footer-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background: rgba(239, 239, 239, 0.24);
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tips-box, .statement-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tips-content {
    font-size: 16px;
}

.icp-content, .txpoi-url {
    font-size: 12px;
    color: white;
}

.statement-content {
    margin-left: 20px;
}