

.morph-wrap{
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.morph{
  position: relative;
  height: 100vh;
  flex: none;
}
.morph.morph-preinit #morph-path { fill: #63caed !important; }


.content-wrap{ min-height: 30vh; }
