html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.name {
    z-index: 2;
    font-family: "Rubik Bubbles", system-ui;
    color: black;
    font-size: 70px;
    font-weight: 400;

    position: absolute;

    left: 70px;
    top: 60px;
}

.portfolio {
    z-index: 2;
    font-family: "Rubik Bubbles", system-ui;
    color: black;
    font-size: 70px;
    font-weight: 400;

    position: absolute;

    right: 360px;
    top: 460px;
}

.img1 {
    z-index: 0;
    position: absolute;

    top: 30px;
    right: 150px;
    height: 500px;
}

.img2 {
    z-index: 0;
    position: absolute;

    top: 190px;
    left: 120px;

    height: 500px;
}

.section-1 {
    height: 100%;
}

.my-works {
    z-index: 2;

    font-size: 70px;
    font-family: "Rubik Bubbles", system-ui;
    color: black;
    margin-left: 70px;

    /* position: absolute;

    left: 70px;
    top: 760px; */
}

.section-2 {
    height: 100%;
    position: relative;
}

.slider {
    height: 100%;
    display: flex;
    overflow-x: auto;
}

.img-slider {
    height: 55%;
}

.cat-lala {
    position: absolute;

    top: 660px;
    left: 450px;
}