html{
	width: 100%;
	height: 100%;
}
body{

	font-size: 20px;
}
h1{
	text-align: center;
}

p{
	font-size:20px;
}
ol,li {
	font-size: 20px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td {
    text-align: left;
    padding: 8px;
}
th {
    background-color: #3c4a63;
    color: white;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}
tr:first-child{
	background-color: #3c4a63; color: white; text-align:center;
}