.flip {
	position: absolute;
}
.flip:focus {
	outline: none;
}
.flipSide {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flipFront {
	border-radius: 5px;
}
.flipBack {
	background-color: #f1f5f7;
	color: white;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	padding: 0;
	text-align: center;
}
.flipBack h2,
.flipBack p {
	margin: 0;
	color: black;
}
.flipBack .socialButton {
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}
