.GameScreenBG
{
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: grayscale(20%) brightness(120%) sepia(20%);
}

.GameStartScreen
{
  color: #eeeeee;
  position: relative;

}

.GameStartMenu
{
  //background: rgba(21, 21, 21, 0.5);
  color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 4px;
  //margin: 20px;
}

.Title {
  color: #dae7eb;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
}

.SubTitle {
  color: #dae7eb;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
}

.startGame {
  margin: 8px;
  width: auto;
}
.continueGame {

  margin: 8px;
  width: auto;
}

.linkGroup {
  background: rgba(21, 21, 21, 0.5);
  padding: 4px;
  color: #eeeeee;
}
