@font-face {
	font-family: Apercu Pro;
	src: url(/fonts/Apercu_Pro_Regular.otf);
	font-weight: normal;
}
@font-face {
	font-family: Apercu Pro Bold;
	src: url(/fonts/Apercu_Pro_Bold.otf);
	font-weight: bold;
}
@font-face {
	font-family: Apercu Pro Light;
	src: url(/fonts/Apercu_Pro_Light.otf);
}

body{
	background-color: #e7edcb;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #3b3b39;
  font-family: Apercu Pro;
}

.image-wrapper{
	text-align: center;
}

.image-wrapper img{
	max-width: 80px;
}
