body {
  background-color: #e0e0e0!important;
  margin-bottom :30px;
}

.bold-text {
  font-weight: bold;
}

.container {
  display: flex;
  justify-content: center;
  align-items: top;
}

.text-box {
  width: 600px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 70px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;

}

.image-container img {
  border-radius: 10px; /* Add rounded corners */
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-text-container {
  position: relative;
}

.image-container {
  display: inline-block;
}

.text-box {
  position: absolute;
  top: 124%;
  left: 38.5%;
  transform: translate(-50%, -50%);
}