
.box{
    justify-content: center;
    display: flex;
    height: 100vh;
    align-items: center;
    background-color: beige;
    padding: 5rem;
}

.box2{
    justify-content: center;
    display: flex;
    height: 100vh;
    align-items: center;
    background-color: bisque;
    padding: 5rem;
}
