body {
    background-color: white;
}
.center {
    display: grid;
    place-items: center;
    height: 100vh;
}
