* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

html, body {
	background: #dee1ea;
	font-family: "Silka", "Arial";
	}

.info {
	width: 88%;
	position: relative;
	margin: 50px auto;
	}

.profile-pic {
	width: 90px;
	height: 90px;
	position: relative;
	background: #d30018 url(person.svg);
	background-size: 90%;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 99px;
	box-shadow: 0 30px 60px rgba(211, 0, 24, 0.25);
	z-index: 2;
	margin: 0 auto -45px auto;
	}

.card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 20px;
	}

h1 {
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	}

.top-info {
	font-size: 15px;
	color: #888;
	text-align: center;
	margin-top: 8px;
	}

h2 {
	font-size: 20px;
	color: #d30018;
	margin-bottom: 30px;
	}

.detail {
	width: 90%;
	position: relative;
	display: table;
	margin: 0 auto 12px auto;
	}

.detail p {
	font-weight: 600;
	float: left;
	}

.detail span {
	float: right;
	}

.contact {
	width: 100%;
	background: #fff;
	color: #000;
	border-radius: 8px;
	box-sizing: border-box;
	display: table;
	padding: 10px;
	margin-bottom: 20px;
	}

.phone {
	width: 50px;
	height: 50px;
	background: url(phone.svg);
	border-radius: 12px;
	border: 1px solid #d30018;
	float: left;
	}

.c-info {
	float: left;
	margin-top: 4px;
	margin-left: 12px;
	}

.c-name {
	font-size: 18px;
	margin-bottom: 4px;
	}

.contact span {
	font-size: 15px;
	color: #888;
	}

.c-num {
	float: right;
	margin-top: 16px;
	margin-right: 20px;
	}

.edited {
	font-size: 15px;
	color: #888;
	text-align: center;
	padding: 40px;
	}