body {
  background-color: rgb(28, 27, 29);
  color: white;
}

h1 {
  font-size: 2rem;
  margin: 0px;
}

#container {
  width: 600px;
  height: 300px;
  background-color: rgb(49, 45, 45);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-radius: 15px;
  color: rgb(160, 157, 157);
  text-align: center;
  position: relative;
  visibility: hidden;
}

.hand {
  background-color: rgb(44, 44, 44);
  padding: 20px 35px 20px 35px;
  border-radius: 30px;
  border: 3px white solid;
  font-size: 3rem;
}

#playerControl {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 20%;
}

#players {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 2rem;
}

#result,
#result h3 {
  font-size: 1.5rem;
  color: yellow;
  margin-top: 0px;
  margin-bottom: 20px;
}

.start {
  background-color: rgb(27, 26, 26);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: rgb(243, 239, 10);
  font-weight: bold;
  font-size: 2rem;
  padding: 15px 40px 15px 40px;
  border: 5px rgb(229, 255, 0) solid;
  border-radius: 3px;
  cursor: pointer;
}

.start:hover {
  color: rgb(255, 251, 0);

  background-color: rgb(0, 0, 0);
}

#intro {
  text-align: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  height: 100px;
}
#scoreboardCon {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  height: 100px;
  background-color: rgb(246, 230, 0);
  color: black;
}

#score {
  color: rgb(250, 225, 4);
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
