body {
 background-image: url(https://lumiere-a.akamaihd.net/v1/images/Death-Star-I-copy_36ad2500.jpeg?region=0%2C31%2C1600%2C800);
background-repeat: no-repeat;
background-size: 1280px 720px;
}
input {
  width: 100%;
  height:100%;
  padding: 0px 0px;
  margin: 0px 0;
  box-sizing: border box;
  color: #2bd438;
  background-color: transparent;
  border-color: #2bd438;
}
h1 {
  color: #2bd438;
  font-family: papyrus;
}
p {
  color: #2bd438;
  font-family: papyrus;
  font-size: 25px;
  text-align: center;
}
#reset {
  background-color: transparent;
  color: #2bd438; 
  width: 100%;
}