article{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 30px;
}

article p{line-height: 200%;}

article h1{
    font-family: var(--extra-font);
	    font-size: 1.8em;
    font-weight: bold;
}

header{display: none !important;}

table, th, td {
  border: 1px solid white;
}

table {
border-collapse: collapse;
}

tr {
  text-align: left;
}

th,
td {
  padding: 20px;
}