body {
	font-family: 'Raleway', Arial, sans-serif;
	padding: 0;
	margin: 0;
}
section#placeholder {
	border: 4px solid #FF9B00;
	margin: 40px auto;
	width: 60%;
	box-shadow: 0 0 0 4px #fff, 0 0 0 6px #FF9B00;
	box-sizing: border-box;
	padding: 20px;
}
section#placeholder h1 {
	background-image: url('../img/prezentit-logo.png');
	background-repeat: no-repeat;
	height: 231px;
	background-position: center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
section#placeholder h3 {
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
}
section#placeholder h4 {
	font-size: 2.1em;
	text-align: center;
	font-weight: 400;
	margin: 0.5em 0;
}
