#game {
  width: 900px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px #000;
  border-radius: 12px;
}

#game section:last-of-type {
  color: white;
  display: flex;
  justify-content: space-around;
}
#game section:last-of-type .playerName {
  padding: 10px;
}

#game #vs {
  display: flex;
  position: relative;
  top: 200px;
  display: flex;
  margin-left: -130px;
  margin-right: -130px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 170px;
  height: 170px;
  border-radius: 150px;
}

#game section:first-of-type {
  display: none;
  color: white;
  background-color: black;
  padding-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 30px;
  z-index: 2;
  margin-top: 265px;
  box-shadow: 0px 0px 40px 13px #4c2945;
}
