@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
}

header{
  /* background-color: #88146B; */
  color: #fff;
  background-color: #561B8B;
  padding: 30px;
  font-family: "Bebas Neue";


}

#nav-list li{
  display: inline;
  font-family: 'Bebas Neue', sans-serif;
}

#nav-list2{
  display: inline;
  color: #000;
}

#nav-list2:hover{
  color: #fff;
  /* background-color: #88146B; */
  background-color: #561B8B;
}

}
table{
  font-family: "Bebas Neue", sans-serif;
}

td{

}

th{
  padding: 5px 10px;
  /* background-color: #88146B; */
  background-color: #561B8B;
  font-size: 18pt;
  color: #fff;
}

tr{
  border-bottom: salmon;
}

tr:hover{
  color: #fff;
  background-color: #561B8B;
  /* background-color: #88146B; */
}
