* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
    font-family: arco;
    src: url(fonts/arco.ttf);
}

#container {
	width: 80%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

#logotype {
	width: 600px;
	max-width: 70%;
	position: relative;
	margin: 100px auto;
	margin-bottom: 54px;
	text-align: center;
}

#container p {
	font-family: "Calibri", "Tahoma";
	font-size: 18px;
	line-height: 24px;
	color: #828282;
	font-weight: bold;
}




