body 
{font-family: Arial, Helvetica, sans-serif;
  color: black;
  background-color: rgb(228, 189, 175);
}
select
{
  color:gold;
  background-color: blue;
  size: 5;

}
input[type="submit" ]
  {
    color:maroon;
    font-family: 'Times New Roman', Times, serif;
  }

input[type= "reset"]  
{
  color:rgb(54, 172, 38);
  font-family: 'Times New Roman', Times, serif;
}

table {
  font-family: arial, sans-serif;
  color: blue;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 2px solid #8f2525;
  text-align: left;
  padding: 8px;
}
tr {background-color: #a8e4ad;}
/* tr:nth-child(even) { */ 