img {
  border-radius: 20px;
  box-shadow: 8px 8px 6px -6px #26222D;
  max-width: 206px;
}

h1 {
  margin: 0
}

.table {
  background-color: #7A372A;
  color: paleturquoise;
  font-family: 'Bubblegum Sans', cursive;
  display: flex;
  flex-direction: column;
}

.title {
  align-self: center;
  font-size: 3em;
  margin-bottom: 0
}

.turn-update, .game-update {
  align-self: center;
}

.gameboard {
  display: flex;
  justify-content: space-around;
}

.player-one-deck, .player-two-deck {
  color: paleturquoise;
  font-family: 'Bubblegum Sans', cursive;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.kitty-deck {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.player-one-wins, .player-two-wins {
  align-self: center;
  margin: 0px;
}

.player-name {
  margin-bottom: 5px;
}

.control-card {
  background-color: #D3D3D3;
  border-radius: 5px;
  box-shadow: 8px 8px 6px -6px #26222D;
  color: #2B2733;
  font-family: 'Shadows Into Light', cursive;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  width: 300px;
}

.control-instructions {
  margin-top: 0px;
}

.play-instructions {
  background-color: #D3D3D3;
  border-radius: 5px;
  box-shadow: 8px 8px 6px -6px #26222D;
  color: #2B2733;
  font-size: 1.5em;
  font-family: 'Shadows Into Light', cursive;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px 300px;
  padding: 10px;
}

.hidden {
  visibility: hidden;
}
