body{
	font-family: Verdana;
	text-align:center;
}
input {
	font-size: 1.25rem;
	font-weight: bold;
}
#container{
	padding: 0px, 0px, 25px, 0px;
}
.labels{
	font-size: 3.0rem;
	font-weight: bold;
	color: hsl(210,100%,50%);
}
button{
	font-size: 1.5rem;
	padding: 10px, 15px;
	border-radius: 10px;
	border: none;
	background-color: hsl(210,100%,50%);
	color: white;
	font-weight: bold;
	cursor: pointer;
}
button:hover{
	background-color: hsl(210,100%,60%);
}
button:active{
	background-color: hsl(210,100%,70%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
