.container{ display:bock; width:fit-content; margin:auto; }
.element { position: absoloute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
/*ADD MARGIN auto to left and right*/ .box1{ width:80%; margin:0 auto; }