  * {
  box-sizing: border-box; }

li{ 
  margin: 8px 0;
}

   body {
      font-family: Times New Roman, Arial, "Open Sans", sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f2f2f2;
      font-size: 18px;
       line-height: 1.5;
    }

    /* Header styling */
/* Header styling */
/* Header styling */
/* Header styling */
header {
  background-image: url(Background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 15px;
  text-align: center;
  height: 40vh;  /* 50% of viewport height */
  width: 100%;
  box-sizing: border-box;
}

/* Optional: Adjust height for smaller screens */
@media (max-width: 720px) {
  header {
    height: 30vh; /* smaller height on small screens */
  }
}
    
    

    .titlep {
  margin-top: 0;
  margin-bottom: 1rem; 
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  border-radius: 1rem;
  padding: 10px 10px 10px 10px;
font-size: 10px;
 }

   .titlep1 {
  margin-top: 0;
  margin-bottom: 1rem; 
  display: inline-block;
  margin-bottom: 1rem;
font-size: 30px;
  color: rgb(255, 225, 103);
  border-color: rgba(0, 255, 255, 1);
  border-width: 1px;
  border-radius: 1rem;
 }

 .titlep2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 1rem; 
  display: inline-block;
  margin-bottom: 1rem;
  color: rgb(136, 255, 223);
  border-color: rgba(255, 219, 77, 1);
  border-width: 1px;
  border-radius: 1rem;
 }

 

    /* Navbar styling */
    nav {
      background-color: #00596a; /* Navbar background color */
      text-align: center; /* Center align the navbar */
    }

    nav a {
      display: inline-block; /* Display navbar items on the same line */
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }

    nav a:hover {
      background-color: black; /* Change the background color on hover */
      color: blue;
    }
  
   nav a.active {
      background-color: blue; /* Change the background color for the active page */
      color: blue;
    }

    /* Body styling */
    .container {
      width: 80%;
      margin: 20px auto;
      padding: 20px;
      background-color: white;
    }

    /* Responsive Styles */
    @media only screen and (max-width: 600px) {
      nav a {
        display: inline block; /* Change to block for small screens to stack vertically */
        width: 100%; /* Make the navbar items take full width */
        box-sizing: border-box; /* Include padding and border in width calculation */
      }
    }

    @media screen and (min-width: 64em) {
  .titlep {
    font-size: 4.0rem; } }

@media screen and (min-width: 42em) and (max-width: 64em) {
  .titlep {
    font-size: 2.0rem; } }

@media screen and (max-width: 42em) {
  .titlep {
    font-size: 1.5rem; } }  
  

.mcont :first-child {
  margin-top: 0; }

.mcont img {
  max-width: 100%; }

.mcont h1, .mcont h2, .mcont h3, .mcont h4, .mcont h5, .mcont h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
  color: red; }

.mcont p {
  margin-bottom: 2em; }


.mcont table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all; }
  
  .mcont table th {
    font-weight: bold; }
  .mcont table th, .mcont table td {
    padding: 0.2rem 1.2rem;
    border: 1px solid #e9ebec; }

.mcont hr {
  height: 2px;
  padding: 0;
  margin: 1rem 0;
  background-color: #eff0f1;
  border: 0; }

@media screen and (min-width: 75em) {
  .mcont {
    max-width: 75rem;
    padding: 2rem 3rem;
    margin: 0 auto;
    font-size: 1.1rem; } }

@media screen and (min-width: 42em) and (max-width: 75em) {
  .mcont {
    padding: 2rem 4rem;
    font-size: 1.1rem; } }

@media screen and (max-width: 42em) {
  .mcont {
    padding: 2rem 1rem;
    font-size: 1rem; } }
