@font-face {
  font-family: digital;
  src: url(../fonts/digital-7.ttf);
}


#score {
  background-color: aquamarine;
  width: 85%;
  padding: 2%;
  text-align: center;
  position: absolute;
  bottom: 3vh;
}



.all_properties_flex{
  display: flex;
  flex-direction: row;
}

.table-responsive {
  max-width: 100%;
}

#panel1_btn {
  position: absolute;
  bottom: 80px;
  width: 91%;
}

#exp-title {
  position: relative;
  top: 10%;
  background-color: rgb(144, 175, 233);
  padding: 2%;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
}

.btn-close {
  position: relative;
  /* background-color: rgb(229, 84, 84); */
  left: -48%;
  /* width: 40%; */
}



