body {
    display: grid;
    min-height: 100dvh;
    overflow-x: hidden;
    place-items: center;
}