.full-page {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    justify-content: space-around;
    background: #ffffff;
    overflow-x: hidden;
    display:grid;
    grid-template-columns: 100vw;
}
