
        .darya {
            position: absolute;
            width: 100%;
            height: 500px;
            overflow: visible;

            z-index: 1;
        }        

        .darya img {
        all: unset;
        border: none;
        height: 460px;
        position: absolute;
        left: 70%; 
        top: 90px;
        }

        .darya img:hover {
            transform: none;
            box-shadow: none;
        }

        .meloni {
            position: absolute;
            width: 100%;
            height: 450px;
            overflow: visible;

            z-index: 1;
        }        

        .meloni img {
        all: unset;
        border: none;
        height: 450px;
        position: absolute;
        top: 60px;
        right: 70%; 
        }

        .meloni img:hover {
            transform: none;
            box-shadow: none;
        }

        .contact {
            position: absolute;
            text-align: right;
            top: 0;
            right: 0;
            margin-right: 20px;
        }

        html, body {
            height: 100%;
            margin: 0;
            overflow: hidden;
        }

        body {
            height: 100vh;
            width: 100vw;
            align-items: center;
            justify-content: center;
            display: flex;
            text-align: center;
            flex-direction: column;
            gap: 20px;

            background-color: rgb(187, 187, 209);
        }        

        .base {
            width: 700px;
            min-height: 550px;
            background-color: rgb(62, 89, 121);
            border-radius: 15px;

            justify-content: center;
            align-items: center;

            position: absolute;

            z-index: 10;

            overflow: hidden;

        }



        .header {
            margin-top: -30px;
        }


        h1 {
        font-family: "Sour Gummy", sans-serif;
        font-optical-sizing: auto;
        font-size: 60px;
        color: white;
        }

        h2 {
        font-family: "Sour Gummy", sans-serif;
        color: white;
        }

        .buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .button-example {
            align-items: center;
            justify-content: flex-start;
            display: flex;
            height: 100vh;
        }

        button {
            transform: translateY(-40px);
            background-color: white;
            width: 150px;
            height: 50px;
            border-radius: 20px;
            border: 6px solid rgb(131, 161, 197);

            font-family: "Sour Gummy", sans-serif;

        }

        button:hover {
            box-shadow: 2px 2px 10px 0px #0000006e;
        }

        .introduction {
        font-family: "Sour Gummy", sans-serif;
        color: white;
        font-size: 30px;
        }

        p {
        font-family: "Sour Gummy", sans-serif;

        }


        .examples img {
            height: 200px;
            border: 3px solid white;
            border-radius: 5px;
            margin: 5px;
        }

        .examples img:hover {
            transform: scale(1.1);
            transition: transform 0.2s;
            box-shadow: 2px 2px 10px 0px #0000006e;;

        }

        .examples {
            transform: translateY(-40px);
            display: none;
        }

        .open-examples {
            display: block;
        }

        .hideintro {
            display: none;
        }

        .scrollbuttons {
            border: 0px;
            opacity: 0;
            display: flex;
            justify-content: space-between;
            gap: 10px;
            width: 150px;
            height: 50px;
            margin: 0 auto;
            margin-top: 10px;
            
        }
        
        .open-scrollbuttons {
            opacity: 1;
            display: flex;
        }

        .example-category {
            display: none;
        }

        .example-category.active {
            display: block;
        }

        .atos {
            display: none;
            width: 400px;
            height: 300px;
            border-radius: 10px;
            background-color: white;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transform: translateY(-20px);
            transform: translateX(145px);
        }

        .atos.img {
            width: 100px;
            height: auto;
            float: right;
        }

        .open-tos {
            display: block;
        }

        .hidex {
            display: none;
        }

        .hiddentos {
            display: none;
            
        }
