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

.discription_text {
   background-color: #f4ccccff;
   border-radius: 10px;
   border: black;
   padding: 5%;
   font-weight: 500;
   font-size: calc(0.4vw + 12px);
}

.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%; */
}