*{box-sizing: border-box;}

body {
	margin: 0px;	
	background-color: #f5f5f5;
	border-style: none;
}

.pic1 {
	background-color: #9b1de1;
	block-size: 400px;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

.pic2 {
	background-color: #fe7e03;
	block-size: 400px;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

.flexb {
	display: flex;
}

a {
	text-decoration: none;
	color: green;
}

.Red {
	color: #9b1de1;
}

.Green {
	color: #348939;
}

.Blue {
	color: #fe7e03;
}

.Yellow {
	color: #fdbf02;
}

aside {
	height: auto;
}

#date {
	font-size: auto;
	vertical-align: middle;
}

li.element1 {
	width: 450px;
	height: 300px;
	color: white;
	background-color: #fdbf02;
}

li.element2 {
	width: 450px;
	height: 75px;
	margin-top: 25px;
	color: white;
	background-color: #9b1de1;
}

.form {
	background-color: #348939;
	color: black;
	height: 400px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	font-family: arial black;
	display: block;
	line-height: 200%;
}

input[type=radio] {
    width: 25px;
    height: 25px;
}

input[type=submit]{
	font-family: arial;
	font-size: 110%;
	/*align-items: center;
	text-align: center;*/
	height: 37px;
	width: 200px;
	border-radius: 7px;
	border-color: white;
	color: black;
	background-color: white;
}

input {
	height: 30px;
	width: 280px;
	border-radius: 6px;
	float: right;
	margin-left: 25px;
}

label {
	display: inline-block;
	/*clear: left;*/
	margin-left: 25px;
}

.center {
	/*align-items: center;*/
	margin-right: 10px;
}

fieldset {
	border-style: hidden;
}

.legal {
	color: blue;
}

.signup {
	color: white;
	background-color: black;
	display: inline-block;
	border-radius: 7px;
	height: 35px;
	width: 80px;
} 

.genders {
	display: block;
	text-align: left;
	margin-left: 25px;
	
}

.gameref {
	background-color: #101010; 
	text-align: center;
	vertical-align: sub;
	margin: 0px;
	padding: 0px;
	height: 170px;
	position: relative;
}

.gameref li {
	display: inline-block;
	font-size: 40px;
	padding: 30px;
	margin-left: 25x;
	margin-right: 25px;
	vertical-align: sub;
}

.gameref2 {
	background-color: #9b1de1;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 450px;
	float: right;
}

.gameref2 li {
	display: block;
	font-size: 40px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.gameref3 {
	background-color: red;
	color: blue; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	top: 50%;
	height: 65px;
	vertical-align: middle;
}

footer {
	background-color: red;
	height: 80px;
}

p {
	border-style: hidden;
	display: table-row;
}

welcome1 {
	color: #adff2f;
	text-align: middle;
}
/*
old code
.sn {
	font-family: arial;
	font-size: 110%;
	align-items: center;
	text-align: center;
	height: 40px;
	width: 200px;
	border-radius: 7px;
	border-color: white;
	color: blue;
	background-color: white;
}

.blockfix {
	align-items: left;
	text-align: left;
}
*/


/*
.formstyle {
	margin-left: 200px;
	font-size: 20px;
}


#legal3 {
	margin-left: 0%;
	margin-right: 0%;
	float: left;
}

.legal2 {
	font-family: arial;
	font-size: 110%;
	height: 40px;
	width: 200px;
	border-radius: 7px;
	text-align: right;
}
*/