/* general settings */
html {
  min-height:100%;
  overflow-x:hidden;
  overflow-y:scroll;
  position:relative;
  width:100%;
}
body {
	max-width: 40em;
	margin: 0 auto;
  background-color: #F3E2A9;
  color: black;
  font-size: 110%;
  font-weight:600;
  padding-left: 1em;
  padding-top: 1em;
}

h3 {
	color: blue;
}

label {
	color: blue;
}

input[type="number"] {
	width: 100px;
  font-size: 100%;
  font-weight:500;
  margin: 0;

}
input[type="text"] {
	color: black;
	width: 120px;
  font-size: 110%;
  font-weight:700;
  margin: 0;
}
a {
  font-size:120%;
  font-weight:700;
}
button {
  color: #900;
  font-weight: bold;
  font-size: 110%;
}