
h1 {
	text-align: center;
}

table {
  background:#FFDF00;
  text-align: left;
  
}
th {border-bottom-style: solid;
	border-width: 2px;
}

td {
	width: 24vw;
	padding: 5px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
}