body {
  background-color: white;
  background-image: url("soth_symbol_light.svg");
  background-size: 100%;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: black;
  font-size: 24px;
  font-family: "Merriweather";
}

h1 {
  font-family: "Merriweather";
  font-size: 86px;
  font-weight: bold;
}

h2 {
  font-family: "Merriweather";
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-family: "Merriweather";
  font-size: 28px;
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: #222222;
}

a:hover {
  color: #333333;
}

a:active {
  color: red;
}

table, td, tr {
  border: 0px;
  border-collapse: collapse;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
}

.menuDiv {
  margin: auto;
  text-align: left;
  width: 90%;
}

.textDiv {
  margin: auto;
  text-align: left;
  background-color: rgba(256, 256, 256, 0.6);
  width: 75%;
  padding: 25px;
}

.codeDiv {
  margin: auto;
  text-align: left;
  font-size: 16px;
  font-family: "Courier New";
  background-color: rgba(192, 192, 192, 1);
  padding: 25px;
}

.aDiv {
  display: table-cell;
  border: 0px;
  padding: 10px;
  font-size: 120%;
  text-align: center;
}
