.container {
   position: relative;
 }

 .child {
   display: flex;
   justify-content: center;
   align-items: center;
 }