body {
  background-color: #fc6;
}
.legacy-content {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e4ebf1;
  overflow: auto;
}
.legacy-content:not(.main-page) {
  margin-top: -7px;
  box-shadow: inset 0 28px 0 #000000;
}
.legacy-content > table:first-of-type {
  margin: 0 auto;
}
div:has(font) {
  margin-top: 7px;
}
.intro-text {
  color: #000;
  filter: drop-shadow(0 0 0 #000);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 120px 32px 0 167px;
}
