body {
  background-image: url('natuur2.jpg');

}
input[type=text], select {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #cccccc06;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 30%;
  background-image:   LINEAR-gradient( to top right,rgb(0, 170, 255), rgba(252, 75, 252, 0.833),rgb(0, 204, 255));
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#questionbox{
position: absolute;
left: 0px ;
}

#fname{
  position: absolute;
  top: -5px;
  left: 590px;}
  #lname{
    position: absolute;
    top: 80px;
    left: 590px;}
  #age{
    position: absolute;
    top: 160px;
    left: 590px;}
  #email{
    position: absolute;
    top: 230px;
    left: 590px;}
  #message{
    position: absolute;
    top: 320px;
    left: 390px;;
  }
  
  
  #box1{background-color: rgb(255, 255, 255);
    position: absolute;
    width: 180px;
    left: -0px;
  top: 30px;
  }
  #box2{background-color: rgb(255, 255, 255);
    position: absolute;
    width: 180px;
    left: -1px;
  top: 30px;
  }
  #box3{background-color: rgb(255, 255, 255);
    position: absolute;
    width: 125px;
    height: 35px;
    left: -2px;
  top: 15px;}
  #box4{background-color: rgb(255, 255, 255);
    position: absolute;
    width: 300px;
    left: -3px;
  top: 30px;}
  #box5{background-color: rgb(255, 255, 255);
    position: relative;
    top: 340px;
    left: 390px;}
#button{position: relative;
  top: 390px;
  left: 590px;;}