.wrapper {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

