.heading{
color:#346e54;

}

body {
font-size:100%;
line-height:150%;
padding:2%;
text-align:justify;
}

@font-face {
font-family:"Arial";
font-style:normal;
font-weight:normal;
}


img{
max-width:100%;
}


.h2color{

color: #830d09;

}




.h2color2{

color: #102e63;


}


 .titleone {
      color: #830d09; /* reddish-brown */
      
    }


.exercise-banner {
      display: inline-block;
      background-color: #f8b6c9; /* soft pink */
      color: #8b0000;           /* dark red text */
      font-weight: bold;
      font-size: 1.2rem;
      padding: 10px 20px;
      border-radius: 0 15px 15px 0; /* rounded corners on right side */
      font-family: Arial, sans-serif;
    }




    .reflect-box {
      background-color: #fddfcd; /* light peach */
      padding: 20px;
      border-radius: 8px;
      max-width: 600px;
      font-family: Arial, sans-serif;
    }

    .reflect-title {
      color: #8b3e2f; /* reddish-brown */
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .reflect-list {
      color: #000; /* black text */
      font-size: 1rem;
      line-height: 1.6;
      margin: 0;
      padding-left: 20px;
}



    .midpoint-table {
      border-collapse: collapse;
      width: 100%;
      max-width: 800px;
      margin: 20px auto;
      
    }

    .midpoint-table th,
    .midpoint-table td {
      border: 1px solid #444;
      padding: 8px 12px;
      text-align: center;
    }

    .midpoint-table th {
      background-color: #d3be8a;
      font-weight: bold;
    }

    .midpoint-table tr:nth-child(even) {
      background-color: #ede5ce;
    }

.midpoint-table tr:nth-child(odd) {
      background-color: #ede5ce;
    }


    .midpoint-table tr:hover {
      background-color: #ede5ce;
    }

    @media (max-width: 600px) {
      .midpoint-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      }



    
    