.container-div {
  width: 50%; /* Or any desired width */
  margin: 0 auto; /* Centers horizontally */
}

