

html, body {
	background: #f2f2f2;
	overflow: hidden;
	margin: 0;
	position: relative;
	font-family: Helvetica;
  
}

a, a:focus, a:visited, a:active {color: #000;}
a:hover {color: #000; text-decoration: underline;}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
	width: 100%;
	height: 100%;
}


.vcard {
	box-sizing: border-box;
	font-family: Helvetica;
    font-size: 20px;
    width: 450px; height: auto; border: solid 1px #000; 
	background: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 1rem;
	position: absolute;
	text-align: center;
}

.TEXT {
	background: #FFF;
    font-family: Helvetica;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    overflow-y: scroll;
    width: 900px;
    border: 1px solid #000;
    
} 
