@import url('https://fonts.googleapis.com/css2?family=Oldenburg&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ecead4;
	font-family: "Oldenburg", serif;	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	margin-top: 60px;
	line-height: 1.4em;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #666666;
	padding: 10px 0px;
}


p {
	padding: 0px 0px 12px 0px;
	font-size: 14px;
}

.centered-container {
	max-width: 380px;
	width: 80%;
}

.large-card, .small-card {
	background: #f9f8ed;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	padding: 30px;
	border-radius: 20px;
}

.large-card {
	text-align: center;
}

.small-card {
	text-align: center;
}

.image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 20px;
}

.title {
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	margin: 0;
	background-clip: text;
	margin: 5px 0px 10px 0px;
}

.subtitle {
	font-size: 1rem;
	color: #666;
	font-weight: 400;
	margin: 5px 0px;
}

.button {
	font-size: 14px;
	line-height: 48px;
}

.button a {
	text-decoration: none;
	padding: 12px;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	font-weight: bold;
	margin: 0px 3px;
	white-space: nowrap;
}

.button a:hover {
	background: #333333;
}

.note {
	margin-top: 20px;
	font-size: .8em;
}