main 		{margin: auto; width: 1200px; min-height: 600px;}
main h2		{font-size: 38px; font-weight: 700; text-align: center; margin-bottom: 50px;}

main table 							{margin: auto; width: 100%; border-collapse: collapse; border: 1px solid #000; margin-bottom: 30px; text-align: left;}
main table thead tr 				{background-color: #FE9835;}
main table thead th 				{font-size: 20px; font-weight: 400;  padding: 4px 5px;}
main table thead th:nth-of-type(2) 	{text-align: center;}
main table td 						{font-size: 18px; border: 1px solid #777; padding: 4px 5px;}
main table td:nth-of-type(2) 		{text-align: center;}
main table td a 					{font-size: 18px; color: #000; text-decoration: none;}
