#score {
   background-color: aquamarine;
   width: 91%;
   padding: 2%;
   text-align: center;
   position: absolute;
   bottom: 12.5%;
   border-radius: 5px;
}



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

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

#panel1_btn {
   position: absolute;
   bottom: 21.5%;
   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;
}

.close-btn {
   position: absolute;
   bottom: 4%;
   width: 91%;
}

.offcanvas-body {
   margin-bottom: 20%;
}


#act3-left-content>div {
   margin: 3%;
}


label {
   font-weight: 700;
   color: darkslateblue;
}

#canvas-2 {
   top: 25vw;
   left: 43.5vw;
   border: 2px solid black;
}