body{
  color: #2c2c2c;
  font-weight: 400;
}

#turn_now{
  font-size: 60px;
}

#list_turns .list-group-item {
    background: #00b3c2;
    color: #fff;
}

.d-flex.text-center {
    border: 1px solid #00b3c2;
    padding: 20%;
}

#turn_now {
    font-size: 60px;
    color: #00b3c2;
    border-bottom: 1px dotted #00b3c2;
}