* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden
}

.waves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    transform-origin: 40% 50%;
    transform: rotate(-9deg) scale(1.03);
    pointer-events: none
}