html {
  background: #222;
  color: #ddd;
  font-size: 1em;
  line-height: 1.4;
    font-family: arial;
}
.main{
	text-align:center;
}
.resp{
	padding:5px;
	margin:auto;
	border:1px solid #808080;
    background-color: #303030;
	max-width: 60em;
}
.history{
    font-size: 0.8em;
    text-align: left;
    max-width: 60em;
    margin: auto;
}

input[type="number"]{
    background-color: #303030;
	border:none;
	border-bottom:1px solid #808080;
	color:#a0a080;
}
h3{
	color:#888800;
}