body {
  background-color: white;
}
button {
  background-color: LightGray;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: .5rem;
  font-weight: bold;
  }
button:hover {
  color: blue;
}
h1 {
  text-align: center;
  background: linear-gradient(90deg, Gold 2%, Dimgray 2%);
  color: white;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
h3, h2 {
  text-align: left;
  background: linear-gradient(90deg, Gold 2%, Dimgray 2%);
  color: white;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
td, th {
  border-bottom: 2px solid black;
  padding: 1rem 0 1rem 0;
}
table {
  border: 2px solid black;
}
.def {
  text-align: left;
  font-size: 1.5rem;
}
.key {
  text-align: center;
  font-weight: bold;
  background-color: LightGray;
  font-size: 1.5rem;
}
.keyWord {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  background-color: LightGray;
}
.lang {
  width: 98%;
  font-weight: bold;
  text-align: right;
}
.langTab:link {
  color: black;
  text-decoration: none;
}
.langTab:visited {
  color: black;
}
