div.outer {
	width: 450px;
	height: 450px;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
	border: 1px solid gray;
	padding: 30px;
	box-shadow: 15px 15px 15px;
	color:rgb(195, 115, 108);
}

.full-name {
	display: block;
	position: relative;
	text-align: center;
}

.title, .tel, .liame {
	font-family: 'Noto Serif Display', serif;
	
}

.title { 	font-size: 90px; font-weight: 900;}
.tel { 	font-size: 44px; font-weight: 400;}
.email { 	font-size: 30px; }

.pedin-logo {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	margin: 0px;
	width: 100%;
	text-align: center;
}
.pedin-logo img {
	width: 150px;
}