section .ratio-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
section .colon {
	font-size: 2rem;
}
section .equals {
	font-size: 2rem;
}
section .input-wrapper.text {
	margin-top: 0;
}
section .button {
	margin-top: 2rem;
}