body {
    width: 100vw;
    min-height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
}