.mySection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
      max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}

#certForm {
  background: #fff;
  padding: 1em 3em;
  border-radius: 5px;
}

#search {
  border: none;
}

#btn {
  background: radial-gradient(circle, #c42525, #841e06);
  background-color: #c42525;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}

h1 {
 
  color: inherit;
  
  
  text-align: center;
  margin-bottom: 15px;
}

table {
  width: 100%;
  table-layout: fixed;
}

.tbl-header {
  background-color: rgb(171 171 171 / 30%);
}

.tbl-content {
  height: 300px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#tbl-content {
  color: #000000;
  text-decoration: none;
}

#tbl-content a {
  background: #9b1717;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}

#tbl-content a:hover {
  transition: 0.5s;
  background: #00008B;
  color: #fff;
}

#search {height: 25px;
    padding-left: 10px;}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar {
  height: 7px;
}

div::-webkit-scrollbar-track {
  border-radius: 10px;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
  background-color: #fff;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}