body {
    background-color: #bfbfbf;
}

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  position: relative;
  max-width: 90%;
  white-space: pre-wrap;
}

/* Title */
h1 {
    color: black;
	font-family: courier;
    font-size: 300%;
}

/* Text */
h3 {
    color: black;
	font-family: courier;
}

/* The send button */
.button {
	color: #ad2d00;
	background-color: #e0e0e0;
	position: relative;
	top:-146px;
	
}

/* The buttons */
.statebuttons {
	position: relative;
	top:-132px;
	
}

.input, .inputw {
	background-color: #ededed;
}

#footer {
  clear: both;
  border-top:2px solid black;
}


.b {
	font-size: 120%;
	text-decoration: underline;
	padding: 2px 6px;
}

.dropbtn {
    background-color: #aaaaaa;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}