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;
}
h3 {
  text-align: left;
  background: linear-gradient(90deg, Gold 2%, Dimgray 2%);
  color: white;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
h2 {
  text-align: left;
  background: linear-gradient(90deg, Gold 2%, Dimgray 2%);
  color: white;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
h1 {
  text-align: center;
  background: linear-gradient(90deg, Gold 2%, Dimgray 2%);
  color: white;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pageLink:link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.pageLink:visited {
  color: black;
}
.pageLink:hover {
  color: blue;
}
.lang {
  width: 98%;
  font-weight: bold;
  text-align: right;
}
.langTab:link {
  color: black;
  text-decoration: none;
}
.langTab:visited {
  color: black;
}

.question {
  background-color: LightGray;
  border-radius: .5rem;
}
.workshopQuestion {
  font-style: italic;
  font-weight: bold;
  color: olive;
}
.workshopTerminology {
  font-weight: bold;
  color: blue;
  font-style: italic;
}
.imgRef {
  font-size: 12px;
  color: olive;
  font-style: italic;
}
