.top {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
  margin-top: 28px;
  height: 14px;
}

.form-control-lg{
    width : 60%;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 12px;

    
}
.searchin{
    width : 30%;
    
    padding: 10px;
    height: 48px;
}
.navbar {
  padding-left: 10px;
  margin: 2px;
  margin-top: 4px;
  padding-right: 8px;
  border-radius: 12px;
  display: flex;
  background: rgba(174, 160, 180, 0.249);
  align-items: center;
  justify-content: space-between;}
.navbar p {
  margin: 0;
  font-weight: bold;
}
.navbar p {
  margin: 0;
  font-weight: bold;
}
.navbar img{
  height: 75px;
  width : 75px;
  
}
  .search-button {
    background-color: #333; /* Adjust color as needed */
    color: #fff; /* Adjust text color as needed */
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 48px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .search-button:hover {
    background-color: #222; /* Adjust hover color as needed */
  }
  .navbarbot {
    margin-top: 12px;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
  }
  
  .navbarbot h1 {
   font-size: 24px; 
   margin-bottom: 5px; 
  }
  
  .navbarbot p {
   font-size: 14px; 
   margin-bottom: 2px; 
  }
  body{
    font-family: 'Times New Roman', Times, serif;
  }
  table th{
  position: -webkit-sticky; 
     position: sticky;
    top: 0;
    z-index: 1;
}