html, body {
  position: absolute;
  width: 100%;
  height: 100%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #65bcd4;
}

img {
  pointer-events: none;
}

#pentagons {
  z-index: -1;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
}

textarea:focus, input:focus{
    outline: 0;
}
