.custom-restricted-width {
    /* To limit the menu width to the content of the menu: */
    display: inline-block;
    /* Or set the width explicitly: */
    /* width: 10em; */
}

nav {
	position: fixed;
	/* margin: 10px 10px auto auto; */
	font-size: 1.5em;
	font-family: 'Happy Monkey', cursive;
}

.wrapper {
	/*background-color: lightblue;*/
	width: 95%;
	max-width: 1100px;
	margin: 10px auto; /*top bottom left right*/
}

.content {
	/*background-color: lightgreen;*/
	padding-left: 150px;
	text-align: center;	
	color: green;	
	font-family: 'Sniglet', cursive;
}

.content p {
	font-size: ;
}

.content .infos {
	text-align: left;
	color: black;
	font-size: 1.2em;
	padding-left: 20px;
}

.pure-table-horizontal {
	margin: 0 auto 0;
}

.content .adress {
	color: black;
	font-size: 1.2em;
}

