body {
	margin: 0;
	padding: 0;
	background-color: #e7e6e1;
	background-attachment: fixed;
	font-family: "Victor Mono", monospace;
	font-size: 14px;
	font-weight: 500;
	color: #4A5759;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.colsquare {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: -4px;}
	
#colourboxskin {
	background-color: #c8a088;
}

#colourboxoutl {
	background-color: #482010;
}

#colourboxlashes {
	background-color: #000;
}

#colourboxmouth {
	background-color: #a06850;
}

#colourboxbrows {
	background-color: #8c5737;
}

#colourboxeyewhites {
	background-color: #d0d0c8;
}

#eye2 {
	display: none;
	margin-left: 160px;
}

#nailcolselect {
	display: none;
}

.iriscol {
	width: 38px;
	height: 38px;
	border-radius: 20px;
	display: inline-block;
background-color: #84b672;
margin-top: 15px;
margin-right: 4px;}

.pupilcol {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	display: inline-block;
background-color: #000;
margin: 8px auto auto 8px;}

#nailcol, #lashcol {
margin-left: -31px;}

form {
	text-align: left;
	display: table;
}


label, legend {
	font-weight: bold;}

.radio label {
font-weight: normal;
display: inline;
width: auto;}

label { 
  display: inline-block;
  width: 150px;
  text-align: left;
}

#norotatelabel {
width: 200px}

legend {
display: inline;}

small {
	letter-spacing: 0px;}

	
.foot {
	margin-top: 30px;
	font-size: 12px;
letter-spacing: 1px;}

.sectioncontainer {
display: flex;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;}

.section {
	outline: 1px solid #ddd;
	border-radius: 10px;
	margin: 10px;
	padding-top: -20px;
	width: 320px;
	height: 250px;
}

.sectionhead {
	position: relative;
	top: -25px;
	left: 20px;
	display: inline;
	font-family: "Grandstander", cursive;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 1px;
	color: #73bd57;
	font-size: 30px;
	font-style: normal;
	padding: 10px;
	background-color: #fff;
	text-shadow: 2px 2px #3b8e62;}

.sectionbody {
	margin-top: -40px;
	padding: 20px;
}

.wrapper {
	margin: 50px auto;
	height: 100%;
	width: 700px;
	background-color: #fff;
	padding: 20px 50px 50px 50px;
	text-align: center;
}

button {
	background-color: #a8c140;
	border: 1px solid #89a028;
	margin: 0 auto;
	text align: center;
}

.center {
	width: fit-content;
	margin: 0 auto;
}
	
a, a:active, a:visited {
	letter-spacing: 0;
	text-decoration: none;
	color: #4a5759;
	font-style: italic;
}

a:hover {
	text-decoration: underline wavy #8fbc33 1.5px;
}

h2 {
	text-align: center;
	font-family: "Grandstander", cursive;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 1px;
	color: #73bd57;
	font-size: 50px;
	font-style: normal;
	margin: 15px;
	text-shadow: 2px 2px #3b8e62;
}

hr {
    display:block;
    border:0px;
    height:43px;
	width: 440px;
    background-image:url('layout/hr.png');
	margin: 40px auto 20px auto;
}
	
em {
	font-weight: normal;
	color: #516933;
	font-style: italic;
	background-color: #d1db60;
	letter-spacing: 0;
}