main,footer,header{
    max-width: 996px;
}
thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

.textCenter{
    text-align: center;
}

@media (prefers-color-scheme: light) {
  ins {
    color: #ea5e7a;
  }
}
@media (prefers-color-scheme: dark) {
  ins {
    color: #b4fde9;
  }
}