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;
}
section .button:nth-child(2) {
	width: calc(100% - 75% - 1.5rem);
	background-color: var(--color-gray);
}
section .button:first-child {
	width: 75%;
}
section .flex {
	justify-content: space-between;
}