body{
  background-image: url(greenghimgham.png);
}
.heading{
  background-color: greenyellow;
  padding: 20px;
  text-align: center;

  width: 50%;
  margin: 15% auto 0px auto;
  color: #194a23;
  border-style: dashed dashed none dashed;
}
.text{
  font-size: 20px;
  color: #194a23;
  text-align: left;
}
.enterbutton{
  text-align: center;
  margin: auto;
  padding: 20px;
  background-color: #194a23;
border-style: none dashed dashed dashed;
  width: 50%;
}
.enter{
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  color: greenyellow;
}
