body{
	height: 100%;	
 	max-width: 1080px; 
	}
	
	
	p{
	padding:6px 6px 6px 6px;
	margin: 1px;
	}
	
	.bg-clip-text {
	    color: transparent  !important;
	    background: no-repeat 50%/100% 100%  !important;
	    -webkit-background-clip: text !important;
	    background-clip: text !important;
	}
	
	
	.firstName{
	color:rgb(255,255,255);
	background-color: rgb(154,196,44);
	text-transform: uppercase;
	font-family: 'Open Sans-400';
	letter-spacing: 0.015em;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	}
	
	.surName{
	color:rgb(255,255,255);
	background-color: rgb(154,196,44);
	text-transform: uppercase;
	font-family: 'Open Sans-700';
	letter-spacing: 0.015em;
	display: inline-block;
	font-size: 28px;
	line-height: 18px;
	}
	
	.key{
	color:rgb(50,50,50);
	background-color: white;
	font-family: 'Open Sans-400';
	letter-spacing: -0.015em;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	}
	
	.value{
	color:rgb(255,255,255);
	background-color: rgb(154,196,44);
	text-transform: uppercase;
	font-family: 'Open Sans-700';
	letter-spacing: 0.015em;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 6px;
	}
	
	.picture{
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 388px 485px !important
	}
	
	.source{
	color:white;
	text-transform: uppercase;
	font-family: 'Open Sans-400';
	letter-spacing: 0.015em;
	font-size: 9px;
	line-height: 9px;
	}