body {
    margin: 0;
    background-color: white;
}

.box {
    display: flex;
    justify-content: center;
    height: 100vh;
}


.center {
    display: flex;
    align-items: center;
    align-content: center;
}
