#converter-container {
	text-align:center;
}
#converter-container h2 {
	padding-bottom: 5px;
}
.container-left{
	margin-right: 10px
}
.container-right{
	margin-left: 10px;	
}
.input-container {
	display:flex;
	justify-content:space-evenly;
	margin: auto;
	align-items:center;
	font-size: 18px;
	max-width: 650px;
}
.input-container input {
	text-align:center;
	width: 95%;
}
#converter-container input::-webkit-outer-spin-button,
#converter-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#converter-container input[type=number] {
  -moz-appearance: textfield;
}