/*MAIN*/
* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body, html {
  padding: 3px 3px 3px 3px;
  background-color: #BDAF7D;
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  text-align: center;
}
.main_page {
  position: relative;
  display: table;
  width: 900px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  border-width: 2px;
  border-color: #212738;
  border-style: solid;
  background-color: #F0DC95;
  text-align: center;
}
hr {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
/*TEXT*/
.code {
  margin: auto;
  width: 720px; height: auto;
  background: #FAF1C5;
  border: 3px dotted black;
}
.normal {
  font-size: 16pt;
}
.small {
  font-size: 10pt;
}
.columns {
  column-count: 2;
}
/*LINK*/
.link {
  font-size: 20pt;
  text-decoration: none;
}
/*BUTTON*/
.button {
  background-color: #FAF1C5;
  border: 1px solid black;
  color: black;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20pt;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {
  background-color: #C8C09D;
}
.button:active {
  background-color: #E1D8B1;
  box-shadow: 0 3px #AFA889;
  transform: translateY(4px);
}
/*VZ8BIT*/
.vz8bit {
  cursor: pointer;
}
.vz8bit:hover {
  background-color: #CCCCCC;
}
.vz8bit:active {
  background-color: #FFFFFF;
  transform: translateY(4px);
}
/*TABLE*/
.table{
  border: 1px solid #000000;
  table-layout: fixed;
  width: 720px;
  margin: auto;
  margin-bottom: 20px;
}
.table th {
  font-weight: bold;
  padding: 5px;
  background: #E1D8B1;
  border: 1px solid #000000;
}
.table td{
  padding: 5px 10px;
  border: 1px solid #000000;
  text-align: center;
}
.table tbody tr:nth-child(odd){
  background: #FCF7DC;
}
.table tbody tr:nth-child(even){
  background: #FAF1C5;
}
