body{
	font-family:  Calibri, 'Trebuchet MS', sans-serif;
}
	table, th, td {
  border: 1px solid rgb(199, 199, 199)  ;
}
table {
  border-collapse: collapse;
}
td {
	padding: 3px;

}

h1,h2,h3 {
	text-align: center;
}
h2{
	color: red;
}
h1{
	font-size: 3rem;
}
td:last-child {
	width: 200px;
}