body {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

input,
select,
option {
	padding: 0.5rem;
	border-radius: 0.375rem;
	margin: 0.5rem;
}

button {
	font-size: 1rem;
	border-radius: 0.375rem;
	padding: 0.5rem 1rem;
}

.zoom:hover {
	transform: scale(1.23);
	color: green;
}

.btn-color:hover {
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}