.bgLevel1 {
  background-color: #000000;
  color: white;
}
.bgLevel2 {
  background-color: #E70046;
  color: white;
}
.bgLevel3 {
  background-color: #FF8000;
  color: white;
}
.bgLevel4 {
  background-color: #F8CB18;
  color: white;
}
.bgLevel5 {
  background-color: #0050FF;
  color: white;
}

.textLevel1 {
  color: #000000;
}
.textLevel2 {
  color: #E70046;
}
.textLevel3 {
  color: #FF8000;
}
.textLevel4 {
  color: #F8CB18;
}
.textLevel5 {
  color: #0050FF;
}

.btnLevel1 {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.btnLevel1:hover {
  background-color: white;
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.btnLevel2 {
  background-color: #E70046;
  color: white;
  border: 1px solid #E70046;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.btnLevel2:hover {
  background-color: white;
  color: #E70046;
  border: 1px solid #E70046;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.btnLevel3 {
  background-color: #FF8000;
  color: white;
  border: 1px solid #FF8000;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.btnLevel3:hover {
  background-color: white;
  color: #FF8000;
  border: 1px solid #FF8000;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.btnLevel4 {
  background-color: #F8CB18;
  color: white;
  border: 1px solid #F8CB18;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.btnLevel4:hover {
  background-color: white;
  color: #F8CB18;
  border: 1px solid #F8CB18;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.btnLevel5 {
  background-color: #0050FF;
  color: white;
  border: 1px solid #0050FF;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.btnLevel5:hover {
  background-color: white;
  color: #0050FF;
  border: 1px solid #0050FF;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}


.new_eval_items__1 {
  top: calc(50% - 145px);
  left: calc(50% - 76px);
}
.new_eval_items__2 {
  top: calc(50% - 29px);
  right: calc(50% - 244px);
}
.new_eval_items__3 {
  right: calc(50% - 245px);
  bottom: calc(50% - 365px);
}
.new_eval_items__4 {
  bottom: calc(50% - 365px);
  left: calc(50% - 245px);
}
.new_eval_items__5 {
  top: calc(50% - 80px);
  left: calc(50% - 296px);
}
.eval_items .new_eval_label_1 {
  top: calc(50% - 160px);
  left: calc(50% - 31px);
}
.eval_items .new_eval_label_2 {
  top: calc(50% - 50px);
  right: calc(50% - 195px);
}
.eval_items .new_eval_label_3 {
  right: calc(50% - 150px);
  bottom: calc(50% - 135px);
}
.eval_items .new_eval_label_4 {
  bottom: calc(50% - 135px);
  left: calc(50% - 133px);
}
.eval_items .new_eval_label_5 {
  top: calc(50% - 55px);
  left: calc(50% - 227px);
}