body {
  background-color: white;
}
button {
  background-color: LightGray;
  width: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: .5rem;
  font-weight: bold;
  font-size: 20px;
}
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;
}
#answer1 {
  display: none;
  text-align: center;
}
.constructionBanner {
  border: solid 4px red;
  border-radius: 5rem;
  font-size: 2.5rem;
  font-weight: bolder;
  color: DarkBlue;
  text-align: center;
}
.heading {
  text-align: center;
}
.lang {
  width: 98%;
  font-weight: bold;
  text-align: right;
}
.langTab:link {
  color: black;
  text-decoration: none;
}
.langTab:visited {
  color: black;
}

