input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
	appearance: textfield;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin: 0;
	/* background-image: url("../assets/bg-pattern.png"); */
	/* background-color: rgba(0, 0, 0, 1); */
}

.input_text {
	width: 450px;
	height: 50px;
	font-size: 28px;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid grey thick;
	padding-left: 10px;
}

.input_text_2 {
	width: 200px;
	height: 50px;
	font-size: 28px;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid grey thick;
	padding-left: 10px;
}
