body {
    background-color: #252525; 
}

a {
    color:#47F530;
}
.main
{
	margin-top:2em;
	padding:0.5em;
	border-radius:0.3em;
	border: 0.2em solid #47F530;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 23px #47F530;
}
.title h1
{
	margin:0.5em 0em 0.5em 0.5em;
	font-size:40pt;
	color:#00b500;
    text-shadow: 1px 1px 3px #47F530;
}
.title img
{
	vertical-align:middle;
}
.title ul {
	list-style-type: none;
	border-bottom-width:1px;
	border-bottom-color:#00b500;
	border-bottom-style:solid;
	width:98%;
	padding:0 0 0.5em 0;
	margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    display: flex;
}

.title li {
	font-size:15pt;
	font-weight:bold;
	padding:0.2em;
	margin:auto;
	background-color:#47F530;
	border: 1px solid #00b500;
    width: 24%;
    text-align:center;
    text-shadow: 1px 1px 1px #000000;
}

.title li:first-child
{
    margin-left:0;
}
.title li:last-child 
{
    margin-right:0;
}
.row {
    padding:6em;
    display: flex;
}
.row > div {
	border: 0.1em solid #47F530;
	width:30%;
    padding:2em;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 23px #47F530;
    text-align:center;
}

.title a
{
	color:#000000;
	text-decoration:none;
}

.content
{
	padding:2em;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width:1px;
	border-bottom-color:#00b500;
	border-bottom-style:solid;
    min-height: 50em;
	color:#00b500;
    font-size:13pt;
    font-weight:bold;
    text-shadow: 1px 1px 1px #00b500;
}

footer 
{
    min-height:3em;
}
.page_title,.content > header>h1
{
	text-align:center;
}
