body {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;

    min-height: 100dvh;
    overflow: hidden;
  
    background: black;
}
