.center-text {
  text-align: center;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px; /* Optional: Adjust the width as needed */
}