
h1 {
	text-align: center;
	font-size: 4vh;
}

table {
  background:#FFDF00;
  text-align: center;
  width: 100%;
  font-size: 2.5vh;
}
th {border-bottom-style: solid;
	border-width: 2px;
}

td {
	padding: 5px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:15%;
}