body {
    margin-top: 1em;
    margin-bottom: auto;
    font-family: Arial, sans-serif;
}
h1 {
    text-align: center;
    font-size: 2.5em;
}

p, div {
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}

/* table formating */
table {
    margin: auto;
    border: 5px solid #3f2a14;
    width: 50%;
    border-spacing: 0;
    padding-right: 0px;
    padding-left: 20px;
}
td,th {
    border-style: none;
    padding: 0.5em;
    width: auto;
}
h1, h2, h3, h4 {
    text-align: center;
    text-decoration:underline;
}

iframe {
    align-content: center;
    align-items: center;
    align-self: center;
}
text {
    text-decoration: solid;
}
tr {
    box-sizing: border-box;
    border-radius: 20%;
    border-spacing: 0cap;
    
}
 /* General iframe styling */
 iframe {
    width: 50%; 
    height: 500px; 
    border: none; 
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    background-color: #f9f9f9; 
    transition: all 0.3s ease; 
    overflow: hidden; 
    display: block; 
    margin: 20px auto; 
}
p {
font-size: 1.1em; 
line-height: 1.6; 
color: #000000; 
margin-bottom: 15px; 
text-align: center; 
font-family: 'Arial', sans-serif; 
letter-spacing: 0.5px; 
background-color: #ffffff; 
padding: 10px; 
border-left: 4px solid #2800f1; 
border-radius: 5px; 
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
/* Basic Reset for Navigation */
nav {
    background-color: #ffffff; 
    padding: 10px 0; 
    text-align: center; 
  }
  
  /* Style for navigation links */
  nav a {
    color: rgb(0, 0, 0); 
    text-decoration: none; 
    padding: 12px 20px; 
    display: inline-block; 
    font-size: 1.1em; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    transition: all 0.3s ease; 
  }
  
  /* Style for navigation links when hovered */
  nav a:hover {
    background-color: #4CAF50; 
    color: white; 
    border-radius: 4px; 
    transform: scale(1.05); 
  }
  
  /* Style for the active link (current page) */
  nav a.active {
    background-color: #4CAF50; 
    color: white; 
    font-weight: bold; 
  }
  
  /* Responsive design: Stack links vertically on small screens */
  @media screen and (max-width: 768px) {
    nav {
      text-align: left; 
      padding: 15px; 
    }
  
    nav a {
      display: block; 
      padding: 10px 20px; 
      width: 100%; 
    }
  }
/* Style for the footer */
footer {
    background-color: #ffffff; 
    color: white; 
    padding: 20px 0; 
    text-align: center; 
    font-family: 'Arial', sans-serif; 
  }
  
  /* Style for the footer link */
  footer a {
    color: #4CAF50; 
    text-decoration: none; 
    font-size: 1.2em; 
    font-weight: bold; 
    padding: 8px 16px; 
    border-radius: 5px; 
    transition: all 0.3s ease; 
    display: inline-block; 
    margin-top: 10px; 
  }
  
  /* Hover effect for the footer link */
  footer a:hover {
    background-color: #4CAF50; 
    color: white; 
    transform: scale(1.1); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  }
  
  /* Responsive design for mobile view */
  @media screen and (max-width: 768px) {
    footer a {
      font-size: 1em; 
      padding: 6px 12px; 
    }
  }
  