/* Header */
.header {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e2e8f0;
  padding: 24px 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #1e293b;
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  min-height: 100vh;
}

.link-div {
  display: flex;
  gap: 18px;
}

.home-link {
  text-decoration: none;
  font-weight: bold;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-icon {
  background: #3b82f6;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.logo-text h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.logo-text p {
  color: #64748b;
  font-size: 14px;
}

.st {
  text-align: center;
}

/* .div1{
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
align-items: center;
margin-top: 45px;
}
.div1 input{
    justify-content: center;
    height: 40px;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(4, 90, 229, 0.5);
}
h1{
    text-align: center;
}
.div2{
    display: flex;
    justify-content: center;
   margin-top: 30px;
   gap: 55px;
}
.div3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.btn-success{
    width: 350px;
    height: 40px;
    cursor: pointer;
}
 */

/* table, th, td {
    border: 2px solid black;
    gap: 15px;
    padding: 15px;
}
th{
    background-color: rgb(140, 173, 108);
    margin-top: 20px;
    margin-left: 7px;
}
table{
    margin-top: 20px;
    margin-left: 7px;
    width: 99%;
}
tr{   
    width: 99%;
   background-color: rgb(195, 173, 186);
    margin-top: 20px;
    margin-left: 7px;
}

.h2text{
    margin-right: 150px;
} */
