*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.wave{
    position: fixed;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    
}

img {
    width: 750px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}