.print{
  width: 100px;
  height: 50px;
  background-color: gray;
  border-radius: 10px;
  color: white;
  opacity: 0.5;
  margin-left: 50px;
}

@media print {
  img{
    display: none;
  }
}
header {
  display: none;
}
.footer {
  display: none;
}
.qaheader {
  font-size: 25px

}
.qabody {
  font-size: 15px

}
.qastep {
  font-size: 20px

}
.recipeh1 {
  font-size: 35px;
}
