* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
}

input,
select,
button {
	font-size: 1.25rem;
}

select,
button {
	padding: 0 0.5rem;
}

.timer {
	height: 100vh;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 1rem;
}

.timer-clock {
	display: flex;
	column-gap: 1rem;
}
