.duel-user-name {
  padding-left:10px;
  color: #ffffff;
  font-family: Alegreya Sans;
  font-size: 18.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}
.duel-user-hp {
  padding-right:10px;
  color: #ffffff;
  font-family: Alegreya Sans;
  font-size: 18.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}
.duel-hp {
  width:35px;
  padding:10px;
  box-sizing: border-box;
  border-radius:20px;
  background-color:#cccccc;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 11.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  //margin-bottom:40px;
}
.duel-hp-div {
  margin-bottom:20px;  
}
.duel-button {
  cursor:hand;cursor:pinter;
}
.duel-title {
  color: #273946;
  font-family: Alegreya Sans;
  font-size: 22.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}