html {
  scroll-behavior: smooth;
  }

body {
  background-color: #212529;
}

#top {
  background-color: #5f5fac;
}

#middle {
  color: rgb(243, 241, 241);
}

#myTable {
  color: rgb(243, 241, 241);
}

#first-row {
  background-color: #5f5fac !important;
}

tr:first-of-type {
  background-color: #D6AF36;
}

tr:nth-of-type(2) {
  background-color: #A7A7AD;
}

tr:nth-of-type(3) {
  background-color: #A77044;
}

