#wrapper{
  padding-top: 3%;
  width: 70%;
  margin: auto;
  text-align: center;
  border: solid 1px black;
  background: url("https://thumbs.dreamstime.com/z/question-mark-background-vector-colored-questions-seamless-pattern-sketch-style-103080981.jpg");

}

#input{
  margin-right: 1%;
  font-size: 1.5em;
}

#submit{
  
  font-size: 1.5em;
}

#result{
  background-color: rgba(255, 255, 255, 0.7);
}


body{
  background: url("https://static.vecteezy.com/system/resources/previews/000/098/341/non_2x/free-question-mark-background-vector.jpg");
}
