html {
    overflow-x: hidden
}

style>h1 {
    font-size: 4rem;
}

p {
    font-size: 1.5rem;
}

body {
    /* margin: 0;
    font-family: 'Prompt', sans-serif;
    color: white; */
    /* background: black; */
    /* overflow-x: hidden; */
    /* overflow: hidden; */
    overflow-y: scroll;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    min-height: 400px;
    padding-top: 100px;
    /* background-image: url('../assets/images/wave_haikei.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}


/* 
.blue {
    background: #0275d8;
} */

.blue {
    background: #5e72e4;
}

.white-sale {
    background: RGB(245, 245, 245)
}

.orange {
    background: #f57a25;
}

overflow-y: scroll .red {
    background: #dd3f31;
}

.pink {
    background: #ff0066;
    overflow: hidden;
}

.dark {
    background: #0f0f10;
}


/* Curved bg with plain CSS */


/* .curve {
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    text-align: center;
} */


/* .curve::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: hsl(216, 21%, 16%);
} */


/* .curve::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #3c31dd;
    transform: translate(-4%, 40%);
    z-index: -1;
} */


/* Bubble bg with plain CSS */


/* .bubble::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: #0f0f10;
    height: 85%;
} */

.wave {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    border-bottom: none;
}

.wave .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1644107331 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1644107331 svg {
    position: relative;
    display: block;
    width: calc(114% + 1.3px);
    height: 246px;
}

.custom-shape-divider-top-1644107331 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1644176230 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1644176230 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 195px;
}

.custom-shape-divider-top-1644176230 .shape-fill {
    fill: #FFFFFF;
}