html {
	background-color : black;
	height: 100%;
	width: 100%;
}

body {
	border-radius: 100px;
    font-size : 20px;
	background-color : #041C10;
	color : #1CDE6F;
	font-family: 'retroComputer';
	height: 100%;
	width: 100%;
	margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'retroComputer';
    src : url('retro_computer/retro.ttf') format('truetype');
}

#choix1 {
	margin-left : 15px;
}

#page {
	position:absolute;
	background-color : black;
		height: 100%;
	width: 100%;
	opacity:0;
		color : white;
	font-family: 'retroComputer';
}