body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #D5E1EF;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20rem;
	height: 31.0625rem;
	background: #FFFFFF;
	box-shadow: 0rem 1.5625rem 1.5625rem rgba(0, 0, 0, 0.0476518);
	border-radius: 1.25rem;
}

picture {
	margin-top: 1rem;
	width: 18rem;
	height: 18rem;
	border-radius: 0.625rem;
	overflow: hidden;
}

h1 {
	margin-top: 1.5rem;
	width: 18rem;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.75rem;
	text-align: center;
	color: #1F314F;
}

p {
	margin-top: 1rem;
	width: 16rem;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	text-align: center;
	letter-spacing: 0.0117rem;
	color: #7D889E;
}
