section .buttons{
	display: flex;
	justify-content: space-between;
	row-gap: 1rem;
	column-gap: 3%;
	flex-wrap: wrap;
	margin-top: 2rem;
	position: relative;
}
section .buttons .button{
	flex-basis: 48.5%;
}
section .button-large {
	margin-top: 1rem;
}
section .output-wrapper {
	display: contents;
}
section #input-text-copy {
	display: none;
}