body {
  font-family: Sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #e8e8e8;
}

.kevin {
  width: 800px;
  max-width: 50%;
  height: auto;
  margin-bottom: 60px !important;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  text-align: center;
  background: #fff;
  border: solid 1px #d5d5d5;
  padding: 40px;
  border-radius: 12px;
}
.box > *, .minter > *{
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}
.nice-select {
  margin-bottom: 10px;
  color: black;
}
.nice-select-dropdown {
  width: 100%;
}
button, #mint {
  background: #000;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.container {
  max-width: 800px;
  margin: 50px auto;
}
a {
  color: royalblue;
  text-decoration: none;
  display: block;
}
.label {
  font-size: 18px;
  font-weight: bold;
}
h1 {
  margin: 0;
  font-size: 24px;
  box-sizing: border-box;
  letter-spacing: -1px;
}
h1 a {
  color: white;
}
.invite {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
  color: white;
  font-size: 16px;
}
.invites a {
  color: white;
}

table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  display: table !important;
  margin-top: 10px;
}
td, th {
  padding: 5px;
  font-size: 14px;
}
th {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
tr {
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.btn {
  background: #000;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
}
.hidden {
  display: none !important;
}
.loading {
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  background: rgba(255,255,255,0.1);
  margin-top: 20px;
  border-radius: 50px;
}
tr img {
  height: 20px;
}
tr a {
  color: white;
}
.token {
  background: rgba(0,0,0,0.3);
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
