.page-thunder-to-text {
  position: relative;
  overflow: hidden;
}
.page-thunder-to-text canvas {
  display: block;
}
.page-thunder-to-text input {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: block;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: none;
  width: 50%;
  min-width: 500px;
  max-width: 100%;
  margin: auto;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  padding: 0 20px;
}
.page-thunder-to-text input:hover,
.page-thunder-to-text input:focus {
  border: 7px solid rgba(255, 255, 255, 0.6);
}
.page-thunder-to-text input {
  border: 4px solid rgba(255, 255, 255, 0.6);
  font-size: 20px;
  color: #fefefe;
}
.page-thunder-to-text input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.362);
}