.linewrap {
  word-break: break-all;
  white-space: normal;
  margin: 0;
  overflow: hidden;
  font-size: 30px;
}

html, body {
  margin: 0;
  padding: 0;
  position: fixed;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
