body {
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: courier new;
  font-size: 150%;
  color: maroon;
  text-align: center;
}

h1  {
  font-size: 300%;
     background: linear-gradient(to bottom, maroon, white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

table {
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

table.topnav {
  table-layout: fixed;
  width: 800px; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-spacing: 0;
  border-radius: 10px;
  background-color: aliceblue;
  border-color: gray;
  border-style: dotted;
  border-width: 1px;
}

table.bottom {
  table-layout: fixed;
  width: 100%; 
  margin-left: 0px;
  margin-right: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  color: maroon;
  font-size: 150%;
  max-width: 900px;
  min-width: 100px;
  border-collapse: separate;
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  text-align: left;
}

td.code {
  color: green;
}

td.pre {
  color: green;
  white-space: pre;
}

td.center {
  color: #352f35;
  text-align: center;
}

td.topnav {
  text-align: center;
}


td.quote {
  font-size: 180%;
  color: gray;
  text-align: center;
}

td.warning {
  font-size:130%;
  text-align: center;
  max-width: 100%;
  width: 100%;
  color: indigo;
  background-color: inherit;
}

td.bottom {
  color: #352f35;
  word-wrap:break-word;
  font-size:100%;
  text-align: center;
  max-width: 100%;
  width: 100%;
  background-color: inherit;
}

td.tiny {
  color: gray;
  font-size: 120%;
  text-align: center;
}

td.last_message:before {
  content: "If you're reading this you should be using Tor Browser with Security level: Safest";
  color: gray;
  font-size: 80%;
  text-align: center;
}

hr {
  max-width: 900px;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: black;
  text-decoration: none;
  text-align: center;
}

a.topnav {
  color: black;    
  text-decoration: none;
  text-align: center;
}

a.faq {
  text-align: center;
  background: linear-gradient(to bottom, maroon, white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.topnav:hover {

     background: linear-gradient(to bottom, maroon, white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    
  text-decoration: none;
  text-align: center;
}

a.clear:hover {
  color: red;
}

a:hover {
     background: linear-gradient(to bottom, blue, white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

img {
  height: auto;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.vbscreen {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

