body,
html {
  background-color: #CCAD68;
  background: linear-gradient(to bottom, #6F2BAA, #570F96);
}

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

@media (max-width: 1500px) {
  .title-words-level01 {
    margin-top: 0px !important;
    margin: -5px !important;
    padding: 0px !important;
  }
}
@media (max-width: 700px) {
.acordeon .contenido {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    }
}