@import 'background.css';

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  height: 100vh;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainContent {
  width: 100%;
  text-align: left;
  padding: 5px;
  font-size: 30px;
  line-height: 1;
  width: auto;
  color: white;
  text-decoration: none;
}

.gameText {
  width: 80%;
  text-align: left;
  padding: 5px;
  font-size: 20px;
  line-height: 1;
  width: auto;
  color: rgba(243, 248, 247, 0.652);
  text-decoration: none;
}

.userSearch {
  width: 100%;
  text-align: left;
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  width: auto;
  color: rgba(243, 248, 247, 0.652);
  text-decoration: none;
}

.tableContent {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 1;
}

td {
  padding: 1px 20px 1px 1px;
}

th {
  padding: 5px 10px 5px 5px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 20px;
}

tr {
  color: white;
}

p {
  font-size: 1.8rem;
}

.hidden {
  display: none;
}

/* Define a General Button CSS  */
.generalButton {
  appearance: none;
  background-color: #6a7074;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
