
.site-content{
  word-break: keep-all;
  word-wrap: break-word;
}
.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left, .footer-middle, .footer-right {
  flex: 1;
  min-width: 250px;
}

.footer-left h3, .footer-middle h3, .footer-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-left p, .footer-middle ul, .footer-right p {
  font-size: 14px;
}

.footer-middle ul {
  list-style-type: none;
}

.footer-middle ul li {
  margin-bottom: 10px;
}

.footer-middle ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-middle ul li a:hover {
  color: #ff9800;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.footer-bottom p {
  color: #bbb;
}

.res{
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
div.example {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 800px) {
  div.example {
    padding: 0%;
  }
}
.head{
  text-align: center;
  color: white;
  }
.topnav {
  overflow: hidden;
  background-color: black;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 24px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.r{
  width: 95%;
  padding-left: 0.5px;

}
.active {
  background-color: #66dfe3;
  color: white;
}
.first2{
  background-color: #3ad7f0;
  text-align: center;
  padding: 0.5px;
}
.first1{
  font-size: 16px;
  padding-left: 0.5%;
}

p{
  font-size: 18px;
}
h1{
  font-size: 24px;
}

.first{
  width: 100%;
  margin: auto;
}
.table-container {
  min-width: 140px;         /* Only allow up to 150px width */
  overflow-x: auto;         /* Show scrollbar if content exceeds 150px */
  border: 1px solid #ccc;
}

table {
  width: 100%;              /* Take up full container width initially */
  border-collapse: collapse;
}

th, td {
  border: 1px solid #999;
  padding: 8px;
 /* word-break: break-word;    Allow word to break to new line if needed */
}
