.full-width-centered-div {
  width: 100%;             /* Set the desired width */
  /* max-width: 1200px;    /* Optional: Set a maximum width for the div */
  margin: 0 auto;          /* Horizontally centers the div */
  border: 4px;
  padding: 8px;
  text-align: center;      /* to center the content inside the div */
  /* border: 1px solid black; /* Optional: Adds a border for visualization */
}