/* Coolors Exported Palette - coolors.co/c0cfdb-75b4d6-55a4c6-a03b43-193142 */

/* RGB */
/* $color1: rgba(192, 207, 219, 1); white
$color2: rgba(117, 180, 214, 1); tissue paper blue
$color3: rgba(23, 110, 147, 1); sky blue
$color4: rgba(160, 59, 67, 1);
$color5: rgba(25, 49, 66, 1); dark blue */

h1 {
  font-weight: 500;
  font-size: 5em;
  text-align: center;
  font-family: "Palanquin Dark", sans-serif;
  margin-top: 0px;
}

body {
  color: rgb(193, 208, 220);
  font-family: "Nunito", sans-serif;
  background: rgba(25, 49, 66, 1);
}

mark {
  padding: 5px;
  color: rgba(25, 49, 66, 1);
  background: rgba(192, 207, 219, 1);
}

main {
  margin: auto;
  color: rgba(192, 207, 219, 1);
  display: flex;
  padding: 20px;
  width: 874px;
  text-align: right;
  z-index: -1;
}

#overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 30vh;
  width: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

#box {
  background: rgba(23, 110, 147, 1);
  padding: 10px;
  font-weight: bold;
  color: #fff;
  margin: auto;
}

#info {
  padding-right: 10px;
}

button {
  padding: 5px;
  border: none;
  background: rgba(117, 180, 214, 1);
  color: rgba(25, 49, 66, 1);
}

td {
  background: rgba(117, 180, 214, 1);
  color: rgba(117, 180, 214, 1);

  user-select: none;
}

td:hover {
  background: rgb(104, 160, 190);
  color: rgb(104, 160, 190);
}

.flag {
  background: rgba(160, 59, 67, 1);
  color: rgba(160, 59, 67, 1);
}

.flag:hover {
  background: rgb(128, 47, 54);
  color: rgb(128, 47, 54);
}

.revealed,
.revealed:hover {
  font-weight: bold;
  background: rgba(23, 110, 147, 1);
  color: #fff;
}

table {
  table-layout: fixed;
  width: 750px;
  text-align: center;
  background: rgba(25, 49, 66, 1);
}
