html, body, .container {
	background-color: #8a8c8f;
	color: #d7e4c2;
}

.container {
	margin-top: 100px;
    margin-left:75px;
    margin-right:75px;
}

main {
	margin-top: 100px;
    
}

p {
	font-size: 18px;
	font-family: 'Athelas', serif; href="https://use.typekit.net/doz2woe.css"
	font-weight: bold;
}

a, a:visited {
	color: #d7e4c2 !important;
	text-decoration: none !important;
}

.topControl, .inText {
	text-align: center;
}

.topControl {
	cursor: pointer;
}

#inner {
	height: 825px;
    width: 100px
	padding: 60px 0px;
	background-color: #41393d;
}

#inner div {
	margin-top: 0px;
}

#pic {
	height: 120px;
	width: 120px;	
	border: 6px solid #be1e2d;
	border-radius: 50%;
	box-shadow: 0px 4px 3px #7e4c2d;
	margin: 0 auto;
  background-image: url("http://lorempixel.com/output/food-q-c-640-480-2.jpg");
  background-size: cover;
    align-items: center
  
}

.inText {
	margin: 10px 0px;
}

.inText > p {
	font-size: 20px;
}

.controls {
	height: 90px;
	vertical-align: middle;
}

.controls .fa {
	margin-top: 55%;
	cursor: pointer;
}

#nbResa {
	font-size: 60px;
}

.submit {
	height: 80px;
}

#submit {
	background-color: #be1e2d;
	border: none;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
	box-shadow: 0px 4px 3px #d7e4c2;
  transition: all 0.2s ease;
}

#submit:hover {
  box-shadow: 0px 0px 0px #ef4e22;
}

input {
  text-align: center;
  font-size: 30px;
}