.element {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
}
.wrapper {
	width: 100%;
	max-width: 600px;
}
.dialog-example {
	display: flex;
	justify-content: center;
}

.header {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "Tinos";
	font-weight: 700;
	font-style: italic;
	font-size: 1.5rem;
	color: oklch(37.2% 0.044 257.287);
	text-decoration: none;
}

.action {
	display: flex;
	justify-content: center;
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}
