body, html {
    margin: 0;
    padding: 0;
}
.global-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.global-header img {
    max-height: 60px;
    width: auto;
}
.global-footer {
    background: #222;
    padding: 0;
}
.global-footer-inner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3c0c8;
    font-size: 14px;
}
