body {
    background-color: white;
  }
  
  img {
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

table, th, td {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border:0px;
  }

  h1 {
      font-family: verdana;
      font-size: 16px;
      color: black;
      text-align: left;
    
  }
  
  p {
      font-family: verdana;
      font-size: 12px;
      color: black;
      text-align: left;
  }

  th {
      font-family: verdana;
      font-size: 12px;
      color: black;
      text-align: left;
  }


  td {
      font-family: verdana;
      font-size: 12px;
      color: black;
      text-align: left;
  }

/* Classes go here */

.right {
    font-family: verdana;
    font-size: 12px;
    color: black;
    text-align: left;
}


/* sql results table style*/
.table-sql tr:nth-child(even) {
  background-color: #f2f2f2; /* Light gray background for even rows */
}

/* Style the table */
.table-sql {
  border-collapse: collapse;
  width: 100%;
}

.table-sql th, .table-alternate td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.table-sql th {
  background-color: #f2f2f2;
  color: #333;
}

/* login section*/
.login-form {
  font-family: verdana;
  font-size: 12px;
  color: black;
  text-align: left;
}

/* menu section*/
.menu {
  font-family: verdana;
  font-size: 12px;
  color: black;
  text-align: left;
}
