body {
  background: #000000;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#message {
  background: white;
  max-width: 360px;
  margin: 100px auto 16px;
  padding: 32px 24px;
  border-radius: 3px;
}

#message h2 {
  color: #ffa100;
  font-weight: bold;
  font-size: 16px;
}

#message h1 {
  font-size: 22px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px;
}

#message p {
  line-height: 140%;
  margin: 16px 0 24px;
  font-size: 14px;
}

#message a {
  display: block;
  text-align: center;
  background: #039be5;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 16px;
  border-radius: 4px;
}

#message,
#message a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 13px;
}

@media (max-width: 600px) {

  body,
  #message {
    margin-top: 0;
    background: white;
    box-shadow: none;
  }

  body {
    border-top: 16px solid #ffa100;
  }
}

.qwerty {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(30, 155, 244, 0.87);
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 0 35px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a {
  color: #FFFFFF;
}

.main-table {
  border: 1px solid white;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

td {
  padding: 10px;
}

tr:nth-child(even) {
  background-color: rgba(20, 20, 20, 0.8);
}

tr:nth-child(odd) {
  background-color: rgba(30, 30, 30, 0.8);
}

#colorMeSilly {
  margin-left: 20px;
  margin-top: 20px;
  border: 0px;
  padding: 2px 5px;
  box-shadow: inset 0 0 20px;
}

#colorMeSilly:active {
  box-shadow: inset 0 0 30px;
}

.class-btn {
  margin: 5px 10px;
  border: 0px;
  padding: 8px 15px;
  box-shadow: inset 0 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(30, 155, 244, 0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.class-btn:active {
  box-shadow: inset 0 0 30px;
}

.class-btn.active {
  box-shadow: inset 0 0 25px;
  background-color: rgba(30, 155, 244, 0.2);
}

.period-btn {
  margin: 3px 5px;
  border: 0px;
  padding: 6px 12px;
  box-shadow: inset 0 0 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(30, 155, 244, 0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.period-btn:active {
  box-shadow: inset 0 0 20px;
}

.period-btn.active {
  box-shadow: inset 0 0 18px;
  background-color: rgba(30, 155, 244, 0.15);
}

.table-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgba(30, 155, 244, 0.87);
  margin: 10px 0 6px 0;
}

.main-scroll-window::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.main-scroll-window {
  -ms-overflow-style: none;
}

.randomize_group_button {
  text-align: center;
  margin: 5px auto;
  display: block;
  border: 0px;
  padding: 2px 5px;
  box-shadow: inset 0 0 10px;
}

.randomize_group_button:active {
  box-shadow: inset 0 0 20px;
}

.goerli {
  margin-left: 10px;
  display: inline-block;
  background-image: url('./images/sepolia.jpg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width:20px;
  height: 20px;
}

.arbitrum {
  display: inline-block;
  background-image: url('./images/arbitrum.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: -5px -3px;
  width:20px;
  height: 20px;
}