
   body {
        display: grid;
        place-items: center;
        height: 100vh;
        margin: 0;
}