body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0 , 0 , 0 , 0);
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0 , 0 , 0 , 0);
}
body::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    border-radius: 20% 25%;
}


    body {
        margin: 0;
        font-family: 'Exo 2',sans-serif;
        color: whitesmoke;
        background-color: black;
        animation: ease-in;
    }
    section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 400px;
        padding: 100px 20vw;
    }
    .right{
        align-items: right;

    }
    .blue{
        background-color: royalblue;
    }
    .red{
        background-color: palevioletred;

    }
    }
    .custom-shape-divider-top-1659699207 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1659699207 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 117px;
}

.custom-shape-divider-top-1659699207 .shape-fill {
    fill: #50E3C2;
}
.custom-shape-divider-bottom-1659699314 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1659699314 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
}

.custom-shape-divider-bottom-1659699314 .shape-fill {
    fill: #50E3C2;
}

