Jak dostosować automatyczne dostosowanie szerokości DIV

.center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
Disturbed Duck