body {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

p, form, button {
	margin: 0;
}

section {
	margin-bottom: 2rem;
	font-size: 1.15rem;
}

h1 {
	margin-bottom: 2rem;
}

h2 {
	font-size: 1.25rem;
	margin-bottom: .5rem;
}

.home {
	form {
		max-width: 30rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	label {
		font-size: 1.5rem;
	}

	textarea {
		width: 30rem;
		height: 10rem;
	}

	button {
		font-size: 1.25rem;
	}
}

.profile {
	.loyalty {
		display: flex;
		align-items: center;
		gap: .5rem;
	}
}