body {
  background-image:
      linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../../static/img/bg.gif");
}

.aw_textaera_inputWordlist {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
}

.aw_div_inputWordlist {
  position: absolute;
  width: 100%;
  height: 100%;
}

.aw_button_inputWordlist {
  position: absolute;
  width: 100%;
  bottom: 10%;
  background-color: aqua;
}

.htitle {
  text-align: center;
}

.hlinks {
  text-align: center;
}