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

body {
  font-family: 'IBM Plex Sans', sans-serif;
}

li > strong:hover {
  color: rgb(210, 210, 210);
  cursor: pointer;
}

tbody > tr:hover {
  filter: brightness(110%);
  cursor: pointer;
}

i:hover {
  cursor: pointer;
}

td > i {
  margin-right: 8px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

p {
  text-align: justify;
}

footer {
  text-align: center;
}

article {
  margin: 0px;
}

hgroup {
  margin-bottom: 0px;
}

table {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

details {
  align-items: center;
}

.icon-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
}
