body {
  background-color:black;
  color:white;
  background-image: url("flowr1.jpg");
 font-family: "Fira Sans", sans-serif;
}
div.textbox {
  background-color: #0F4C28;
  padding:40px;
  border-style:outset;
  border-color: #0A733D;
  border-width: 5px;
  width: 750px;
  height:1000px;
  margin:auto;
  background: radial-gradient(circle,rgba(15, 76, 40, 1) 0%, rgba(13, 145, 86, 0.8) 50%, rgba(173, 255, 138, 0.59) 100%);
  
}
h1{
  color:#9EFF80;
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: #3CA365;
}
div.dos {
  margin-left:-136px;
  text-align:center;
  
}
div.donts {
  margin-right:66px;
   text-align:center;

}
.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div.return {
  text-align:center;
 margin-top: -41px;
}