body {
  background-color: #C6C6C6;
  color: black;
  font-family: 'courier new', monospace;
  text-align: center;
}
.container {
  display: inline-block;
  margin-top: 5px;
}
.h2 {
  font-size: 32px;
  padding: 0px 15px 0px;
  font-weight: bolder;
}
.lolol {
  font-size: 14px;
  padding: 15px 30px 0px;
}
.commandz {
  font-size: 24px;
  font-family: Verdana;
  font-weight: normal;
  text-align: left;
  padding: 5px 25px 30px;
}
.linkiez {
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  text-align: left;
  padding: 0px 25px 30px;
}
a:visited {
 color: #00f;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.logbox {
    border-style: dashed;
    border-color: gray;
    padding: 1px;
    text-align: center;
}
.dialog .grey{color:#656565;}
.dialog .rust{color:#9F0000;}
.dialog .bronze{color:#A15000;}
.dialog .gold{color:#9E9C12;}
.dialog .lime{color:#6B7D19}
.dialog .green{color:#40600C;}
.dialog .jade{color:#068445;}
.dialog .teal{color:#008282;}
.dialog .blue{color:#014282;}
.dialog .indigo{color:#0B23A8;}
.dialog .purple{color:#430174;}
.dialog .violet{color:#8A008C;}
.dialog .fuchsia{color:#93004B;}

.linkiez .goback {
  color: #00f;
  cursor: pointer;
  text-decoration: underline;
}