@charset "utf-8";
/* CSS Document */

.vizitka
	{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:18%;
	width:350px;
	height:150px;
	text-align:center;
	font-family: 'lintelregular', Geneva, sans-serif;
	font-weight:300;
	font-size:36px;
	padding-top: 50px;
	}
body
	{
	background: #00B4DC;
	}
