a {
    cursor: pointer;
}
.container {
    height: 480px;
}
.squiggle_1 {
    position: absolute;
    top: calc(100vh/8);
    right: -70px;
    width: 348px;
    opacity: 0.5;
    height: auto;
    cursor: default;
}
.squiggle_2 {
    position: absolute;
    top: calc(100vh/2);
    right: 26px;
    width: 348px;
    opacity: 0.5;
    height: auto;
    cursor: default;
}
.picture_1 {
    position: absolute;
    top: 20px;
    right: 300px;
    width: 256px;
    height: auto;
}
.picture_2 {
    position: absolute;
    top: calc(100vh/4);
    right: -100px;
    width: 190px;
    height: auto;
}
.picture_3 {
    position: absolute;
    top: calc(100vh/4 - 20px);
    right: 109px;
    width: 160px;
    height: auto;
}
.picture_4 {
    position: absolute;
    top: calc(100vh/2 - 40px);
    right: 408px;
    width: 246px;
    height: auto;
}

.picture_5 {
    position: absolute;
    top: calc(100vh/4 - 80px);
    left: -170px;
    width: 300px;
    height: auto;
}
.picture_5 img {
    width: 200px;
    cursor: default;
}


.insta {
    position: absolute;
    top: 307px;
    right: 654px;
    width: 120px;
}
.email {
    position: absolute;
    top: 233px;
    width: fit-content;
    left: 10px;
}


@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .container {
         height: 980px;
    }
    .squiggle_1, .squiggle_2 {
        width: 100%;
        display: none;
    }
    .picture_1 {
        position: absolute;
        top: 30px;
        right: 40px;
        width: 250px;
        height: auto;
        text-align: right;
    }
    .picture_2 {
        position: absolute;
        top: 340px;
        left: 10px;
        width: 180px;
        height: auto;
        z-index: 2;
    }
    .picture_3 {
        position: absolute;
        top: 280px;
        left: 40px;
        width: 200px;
        height: auto;
    }
    .picture_4 {
        position: absolute;
        top: 540px;
        right: 40px;
        width: 250px;
        height: auto;
        z-index: 3;
    }
    .picture_5 {
        position: absolute;
        top: 800px;
        left: 40px;
        width: 250px;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .picture_5 img {
        width: 100%;
        cursor: default;
    }
    .email{
        position: absolute;
        top: 400px;
        right: 20px;
        width: fit-content;
    }
    .insta {
        position: absolute;
        top: 450px;
        right: 20px;
        width: 120px;
    }
    .bags {
        width: calc(100% - 20px);
        margin-top: 103vh;
        border: 1px solid #000;
        padding: 10px;
    }
}