.horizontal-menu {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.horizontal-menu img {
  width: 90px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: transform 0.2s;
}

.horizontal-menu img:hover {
  transform: scale(1.1);
}

.horizontal-menu a {
  text-decoration: none;
}
.divTechno {
  border: double orange 0.5em;
  border-image-source: url("images/border.png");
  border-image-slice: 10;
  border-image-repeat: round stretch;
  text-align: justify;
  padding: 0.5em;
  margin: 1em;
}
.imgqcm {
  max-width: 100px;
  height: auto;
}

.actions a {
  margin-right: 10px;
}
.correct {
  background-color: #d4edda !important;
}

.incorrect {
  background-color: #f8d7da !important;
}
