/*^ Start Basic */

/*& End Basic */

/*^ Start Main */

/*& End Main */

.col-4 {
  height: 200px;
  border: 1px solid black;
  border-left: 0;
  cursor: pointer;
}
.score-box {
  border: 2px solid #aaa;
  padding: 20px;
}

.score {
  width: 80px;
  height: 40px;
}
.line {
  height: 2px;
  width: 90%;
  background-color: #aaa;
}
.fa-rotate-right {
  font-size: 12px;
}
button {
  border: 1px solid black;
  background-color: white;
  padding: 5px 13px;
}
.winner-card {
  height: 300px;
}
.fa-circle {
  font-size: 12px;
  top: 12px;
}
.fa-circle:nth-last-child(1) {
  top: 55px;
}
.container:nth-of-type(1) {
  max-width: 300px !important;
}
.container:nth-of-type(2) {
  max-width: 600px !important;
}
