.timer {
  display: inline-block;
  border: 8px solid rgb(91,192,222);
  width: 125px;
  height: 125px;
  border-radius: 100px;
  font-weight: 500;
  font-family: 'Ubuntu';
}

.duel-header {
  font-family: 'Ubuntu';
  font-weight: 300 !important;
}

.duel-content {
  font-family: 'Ubuntu';
  font-weight: 500 !important;
  font-size: 26px;
}

.duel-input input {
  padding: 6px 12px;
  border-radius: 100px;
  border: none;
}

.duel-header {
  padding: 16px 28px;
  background-color: rgb(215,246,255);
  border-radius: 10px 10px 0px 0px;
  color: rgb(20,90,111);
  font-size: 18px;
}

.duel-wrapper {
  padding: 20px;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.duel-text {
  font-size: 18px;
  color: black;
}

