.global-header {
    background-color: #fff;
    z-index: 2;
}

/* Fix header */

@media screen and (min-width: 1024px) {
    .global-header > div {
        justify-content: flex-start;
    }
}

.page {
    background-color: #f8f8f8;
    min-height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.centered-content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
}

.centered-content h1 {
    margin-bottom: 0.5rem;
}

.centered-content p {
    margin-bottom: 2rem;
    min-width: 200px;
}

.centered-content .button {
    min-width: 200px;
}
