@font-face {
	font-family: 'trocchi';
	src: url('trocchi.ttf');
}
@font-face {
	font-family: 'trocchi-alt';
	src: url('trocchi.otf');
}

*{
	font-family: "trocchi", 'trocchi-alt', serif;
}

body
{
	 /*min-width:500px;*/
	 /*min-height:400px;*/
	 height:90vh;
	 background-image: url("background.png");
	 background-position: center center;
}

.container
{
	  /*position: relative;
	  top: 50vh;
	  transform: translateY(-50vh);*/
	  
	overflow:visible;
	width:210px;
	height:300px;
	/*background-color:rgba(255,255,255,0.7);*/
	 /*margin:-150px 0 0 -250px;*/
    margin-left: auto;
    margin-right: auto 
}

.title
{
	font-size:20pt;
	text-align: center;
	padding : 10px;
	
	/*font-weight:bold;*/
	/*display:block;*/
	/*position:relative;*/
	color:#605d67;
}

.content
{
	font-size:8.5pt;
	padding : 30px;
	padding-top:22px;
	padding-bottom:37px;
	color:#7c7b7f;
	background-color:white;
	line-height: 130%;
	/*display:block;
	position:relative;
	top:-7px;*/
}


a:link,a:visited {color:#7c7b7f;text-decoration:none;}
a:hover,a:active {color:#a5a5a5;text-decoration:none;background-color:white;}
