
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 70%;
}

th, td {
  padding: 8px;
  border: 1px solid black;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  background-color: #1F51FF;
  color: white;
  text-align: center;
  font-size: 22px;

}

table td, table tr {
    border: none;
    border-color: transparent;
  }

h2, h3, h4, th {
    font-family: Arial, sans-serif; /* Change font family */
    font-weight: bold; /* Change font weight */
}

textarea{
    border-color: black;
}

