body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.452)
}

.Logo{
    float: left;
    line-height: 0;
    margin: 0 20px;
    order: -1;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #ffffff;
  color: #ee0f0f;
  padding: 10px;
  justify-content: right;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;

}

.navbar a {
    float: left;
    display: block;
    color: rgb(54, 175, 24);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.navbar a:hover {
    background-color:rgba(5, 126, 21, 0.952);
    color: rgb(255, 255, 255);
}

.dropdown {
    float: left;
    overflow: hidden;

}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(54 ,175 ,24);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a, .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #215012;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(21, 231, 56, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: rgb(12, 151, 47);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #1a662d;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.special{
    font-weight: bold;
    font-size: large;
    text-align: center;
}
.center{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.image-row{
    display: flex;
    justify-content: space-between;

}
.Disease{
 text-align: center;
 font-size: larger;
 font-weight: bold;
 color: green;
 direction: ltr;

}

.hh1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #299945;
}
table, th, td {
   margin-left: auto;
   margin-right: auto;
     border: 4px solid green;
    border-collapse: collapse;
    padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
  }

  td {
    text-align: center;
  }
  th{
    font-size: large;
    font-weight: bold;
  }
  .td1{
    font-size: large;
    font-weight: bold;
  }

  .footer {
              background-color: #fff;
              color: #198754;
              padding: 10px;
              text-align: center;
              display: flex;
              justify-content: space-between;
              align-items: center;
          }

          .footer-left,
          .footer-center,
          .footer-right {
              flex: 1;
          }

          .footer-left {
              text-align: left;
          }

          .footer-center {
              text-align: center;
          }

          .footer-right {
              text-align: right;
              color: #198754;
          }

          .footer-icons a {
              color: #198754;
              margin: 0 10px;
              text-decoration: none;
              font-size: 18px;
          }
