html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(43, 46, 46);
}

canvas {
  display: block;
}

#play-again{
  display: flex;
  margin: auto;
  padding: 15px 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 212, 212);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(0, 212, 212);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(0, 212, 212);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(0, 212, 212);
  border-radius: 10px;
  background-color: rgb(43, 46, 46);
  color: rgb(148, 25, 197);
} 

#player {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: rgb(255, 255, 255);
}

#player1 {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 30px;
  color: rgb(255, 255, 255);
}

#player2 {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 30px;
  color: rgb(255, 255, 255);
}