body {
  background-color:#1C171B;
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
}


main
{
	color: #ebebeb;
	margin:50px;
	border-radius:25px;
}

h1 a
{
	text-decoration: none;
	color:#ee549a;
}

td
{
	color:white;
	padding:5px;
	font-size:25px;
	font-weight: normal;
	text-align: center;
}

td a
{
	color:white;
	text-decoration: none;
}

table
{

}

h1
{
	font-size:50px;
	padding:0;
	margin-top:0;
}

#tablerino th
{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	color:white;
}

#tablerino
{
	width:1200px;
	background:#392e36;
	border-radius:25px;
	padding:20px;
	margin:auto;
}