:root {
  --destination-page-text-bg: #ffffff;
  --destination-page-text-color: #000000;
}

#destination-photo-cont {
  width: 100%;
  background-color: #212121;
  text-align: center;
}

#destination-photo {
  max-width: 100%;
}

#destination-text-cont {
  padding: 5vh;
  background: var(--destination-page-text-bg);
}

#destination-text {
  white-space: pre-wrap;
  color: var(--destination-page-text-color);
}

#destination-text-inner {
  padding: 15px;
}