.whole-page {
    width: 100%;
    height: 100%;
    display: block;
}

.central-column {
    height: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-around;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 64px;
    padding-right: 64px;
}

.logo {
    padding-top: 64px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 67px;
}

.messaging {
    flex: 3 1 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0px;
}

.watermark {
    flex: 1 1 auto;
    display: grid;
    width: 100%;
    -webkit-box-align: center;
    align-items: flex-end;
    row-gap: 48px;
    padding-bottom: 64px;

    margin: 0px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.38);
    text-align: center;
    margin: 0px 10px;
}

h2 {
    /* styleName: Typography/H2; */
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4.8rem;
    letter-spacing: -0.03rem;
    text-align: center;
    padding-bottom: 32px;
    margin: 0px;
}

p {
    margin: 0px;
}

body {
    height: 100vh;
    margin: 0;
    overflow: hidden;

    /* styleName: Typography/Body 2; */
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.15px;
    text-align: center;
}
