@charset "UTF-8";

.wave {
  overflow: hidden;
  background-color: #000000;
  padding-bottom: 0;
}

canvas {
  width: 100%;
  height: 700px;
  position: relative;
  vertical-align: bottom;
}

.nid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

.background {
  background: linear-gradient(#43c0e4, #002791);
}
