@charset "UTF-8";


.wave{
    position:relative;
    height:200px;
    background:#fff;
}

canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}