body {
   display: grid;
   background-color: rgb(22, 22, 22);
   color: rgb(160, 0, 0);
   margin: 0;
   place-items: center;
   height: 100vh;
   width: 100vw;
}