body {
  background-color: #66ffff;
  font-size: 1.5em;
}

#main {
  background-color: white;
  border-style: solid;
  border-width: 0.1em;
  padding: 0.5em;
}

#site {
  background-color: #ffffcc;
  border-radius: 0px;
  border: 0.1em solid black;
  padding: 0.5em;
}

#frn {
  width: 431px;
  height: 179.583px;
  text-align: center;
}

#cert {
  text-align: center;
}

.head {
  padding: 0.4em;
  text-align: center;
}

#code {
  margin-left: auto;
  margin-right: auto;
}

.chainlink {
  font-size: 1.3em;
}

blockquote {
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}

.buttonLink {
  display: inline-block;
  background-color: #e9e9ed;
  color: black;
  border: 0.1em solid #999999;
  text-decoration: none;
  font-size: 1.1em;
  text-align: left;
  width: 100%;
}

.codeLink {
  display: none;
  background-color: #e9e9ed;
  color: black;
  border: 0.1em solid #999999;
  font-size: 1.1em;
  padding: 0.1em;
}

#codeButton {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 420px;
  display: block;
  background-color: #e9e9ed;
  color: black;
  border: 0.1em solid #999999;
  font-size: 1.1em;
  padding: 0.1em;
}

#botcent {
  text-align: center;
}

.go2nav {
  display: inline-block;
  background-color: #e9e9ed;
  color: black;
  border: 0.1em solid #999999;
  font-size: 1.1em;
  width: 280px;
  text-align: center;
  text-decoration: none;
}

#silverCert {
  background-image: url("");
}

span:hover {
  cursor: auto;
}

#jump:hover {
  cursor: pointer;
}

.codelink {
  visibility: visible;
  display: block;
}

.finger {
  cursor: pointer;
}

img {
  max-width: 100%;
}

