#simplePhotoDividerDark {
 border: 10px solid rgb(0, 0, 0);
 position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 10px 10px 10px 10px;*/
}

.centerDividersPhotoDark {
  width: 100%;
  height: auto;
}

#centerPhotoDividerDark {
  /*border: 3px solid rgb(1, 255, 141);*/
  margin: 0 auto;
  /*width: 50%;*/
  min-width: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* Center the text horizontally */
  color: #FFCE00;
  font-size: max(1.5em, 3vw);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Makes text more readable on images */
  line-height: 1.5; /* Adjust line height for spacing */
  /* Apply Bai Jamjuree font with bold weight */
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 700;
  /* Adjust line height to reduce space between lines */
  line-height: 1.3; /* Set a lower value for closer lines */
}


/*.centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  }
