body {
  background-color: #e0e0e0!important;
}

.bold-text {
  font-weight: bold;
  font-size: 50px;
}

.container {
  display: flex;
  padding: 20px;
}

.text-container {
  flex: 1; /* Let the text container take up the remaining space */
}

.text-box {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-container {
  flex: 1; 
  text-align: right;
}

.adjustable-image {
  max-width: 92%; /* Maintain the original size of the image */
  height: auto;
  border-radius: 10px;
}

.audio-padding {
  padding-top: 20px; /* Padding to separate audio icon from image */
}

.small-text {
  font-size: 17px;
  margin-top: 10px;
}