* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	/*font-family: "HelveticaNeue", Helvetica, sans-serif;*/
}

html {
	width: 100%;
	height: 100%;

}

body {
	width: 100%;
	height: 100%;
	/*background: #29344B url('background.jpg') no-repeat center center;*/
	background: #22272e no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}

div {
	font-weight: 100;
	padding: 15px 0px 15px 0px;
	text-align: justify;
	color: rgba(255, 255, 255, 1);
	/*font-family: "HelveticaNeue-Regular", Helvetica, sans-serif;*/
	font-family: 'Alliance No.2', sans-serif;
}

#title {
	padding: 40px 0px 0px 0px;
}

#chapeau {
	font-size: 18pt;
	line-height: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	font-family: 'Alliance No.1', sans-serif;
	text-align: center;
}

#body {
	font-size: 12pt;
	line-height: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

#links {
	padding-top: 24px;
	font-size: 12pt;
	line-height: 32px;
	display: flex;
    justify-content: center;
    align-items: center
}

#links_child {
  
  padding: 10px;
  
}

#screenshot {
	padding: 0px;
	height: 210px;
	width: 100%;
	background: transparent url('screenshot.png') no-repeat center center;
	-webkit-background-size: container;
	background-size: contain;
}

#tutorial {
	/*padding: 0px 0px 0px 0px;*/
	font-size: 12pt;
	line-height: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);

}

code {
	background-color: rgba(255, 255, 255, 0.35);
	font-family: 'Menlo', monospace;
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 15px;
	/*border: 1px solid rgba(0, 0, 0, 0.35);*/
	color: rgba(0, 0, 0, .6);
}

a:link,
a:visited {
	color: #ffffff;
}

a:link#button,
a:visited#button {
 background-color: #E7C296;
 padding: 12px 24px 12px 24px;
 /*border-radius: 25px;*/
 border-radius: 69px;
 color: #29344B;
 text-decoration: none;
 font-family: 'Alliance No.2', sans-serif;
 box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

a:hover#button {
 background-color: #29344B;
 color: #E7C296;
}

a:active#button {
 background-color: #384868;
 color: #FFE1BF;
}
