body{
	background-color: black;
	color: green;
}

#content{
	position: absolute;
	display: block;
	width: 40%;
	height: 40%;
	top: 40%;
	left: 45%;
}

input {
  
	background-color: black;
	color: green;
	width: 20%;
  padding: 12px 20px;
  margin: 1px;
  border: none;
  border-bottom: 3px solid green;
  box-sizing: border-box;
}

input[type=submit]{
	background-color: black;
	color: green;
	border: none;
	border-radius: 100px;

}
