	.copy {
		color:#989898;
		font-size: 12px;
		text-align: center;
		margin-top: 10px;
		
	}
	.centered {
	position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
	width: 100%;
	max-width: 500px;
	}