

body    {
    text-align:center;
    font-family:verdana;
    background-color:#8e00ff;
    justify-content:center;
    width: 100%;
    margin:auto;
    margin-top:100px;
    margin-left:2%;
    margin-right:2%;
}

h1	{
	font-family:verdana;
	color:#e6e6fa;
	font-size:55px;
	text-align:center;
}

h2	{
	font-family:verdana;
	color:#e6e6fa;
	font-size:40px;
}

h3	{
	font-family:verdana;
	color:#e6e6fa;
	font-size:28px;
	text-align:center;
}

h4	{
	font-family:verdana;
	color:#e6e6fa;
	font-size:20px;
	text-align:center;
}

h5	{
	font-family:verdana;
	color:#e6e6fa;
	font-size:16px;
	text-align:center;
}

table, tr, td {
  	border: 2px solid black;
	color:#e6e6fa;
  	border-collapse: collapse;
	border-radius: 7px;
	text-align:center;
	padding-left:35px;
	padding-right:35px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: auto;
	margin-right: auto;
}


    
