body {
  background-color: rgba(255, 212, 59, 0.9);
}

table {
  height: 40%;
  width: 80%;
}

.container__tables {
  overflow-x: auto;
}

.link_escalade {
  color: #ffd43b !important;
}

@media (max-width: 480px) {
  .container__tables table {
    width: 100%;
    min-width: 600px;
  }
}
