body {
    background: hsl(0,0%,0%);
}



.c-view-1 {
    box-sizing: border-box;
    flex-wrap: nowrap;
    display: flex;
    align-items: normal;
    align-content: normal;
    max-height: none;
    visibility: visible;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: auto;
    padding: 5vw;
}



.c-view {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    align-content: normal;
    max-height: none;
    overflow-x: visible;
    justify-content: normal;
    visibility: visible;
    height: auto;
    flex-direction: row;
    min-height: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
}

