.gap {
	display: flex;
	gap: 1em;
}

.gap * {
	flex: 1;
}

h1 {
	font-size: 2rem;
}

p {
	width: 100%;
	text-align: center;
	margin: 0;
}
