body{
  background-color: rgba(20, 20, 20, 0.3);
  font-family: Calibri;
  font-size: 15px;
  text-align: center;
}
h2{

}
table{
  margin: auto;
  width: 60%;
  border: 2px solid black;
  border-collapse: collapse;
}

tr{
  background-color: rgba(255, 55, 50, 0.3);
  text-align: left;
  border-bottom: 1px dashed black;
}
tr:nth-child(1){
  height: 35px;
  font-size: 20px;
}
a{
  text-decoration: none;
  color: navy;
  padding-left: 2px;
}
tr:nth-child(odd){
  background-color: rgba(0, 100, 255, 0.3);
}
td{
  padding-left: 8px;
}

li{
  list-style: none;
  display: inline;
  margin: auto 20px;
  padding: 5px 15px;
  cursor: pointer;
  line-height: 1.5rem;
  background-color: rgba(20, 20, 20, 0.5);
}
