body {
    overflow: hidden;
}

.Landing {
    display: flex;
    width: 100vw;
    height: 100vh;

    align-items: center;
    justify-content: center;
}

.Landing-box {
    display: flex;
    width: 330px;
    height: 560px;

    align-items: center;
    justify-content: center;
}
