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;
}
table {
  width: 50%;
  table-layout: auto;
}
th, td {
  border: 1px solid black;
  text-align: center;
}
.framedImage {
  border: solid 2px black;
  padding: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-color: white;
}
.imgRef {
  font-size: 12px;
  color: olive;
  font-style: italic;
}
.imgRefRight {
  font-size: 12px;
  color: olive;
  font-style: italic;
  text-align: right;
}
.lang {
  width: 98%;
  font-weight: bold;
  text-align: right;
}
.langTab:link {
  color: black;
  text-decoration: none;
}
.langTab:visited {
  color: black;
}
.workshopQuestion {
  color: olive;
  font-style: italic;
  font-weight: bold;
  padding-left: 10px;
}
.workshopRightImage {
  float: right;
}
.workshopTerminology {
  font-style: italic;
  font-weight: bold;
}
