.block {
   height: 800px;
   background: #111321; /* for Demo only */
   display: grid;
   align-items: center;
   justify-content: center;
}
