html,
body{
    padding:0;
    margin:0;
    height:100%;
}
.section-1{
    background-image: url("img/фон.png");
    overflow:hidden;
    height:100%;
    background-size:cover;
    background-position:center;

}
.section-2{
    position:relative;
    background-color:#008B8B;
    overflow:hidden;
    height:100%;
    background-size:cover;
    background-position:center;

}
.name{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    letter-spacing:5px;
    line-height: 65px;
    text-align: center;

}
.portfolio{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120px;
    letter-spacing:5px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 0;

}
.пятно{
    width: 400PX;
    position: absolute;
    right:0;
    bottom:0;
}
.человек{
    width: 400px;
    position: absolute;
    left:0;
    bottom:0;
}
.майн{
    width: 500px;
    position: absolute;
    right:525px;
    bottom:0;
}
.челик{
    width: 400px;
    position: absolute;
    right:0px;
    bottom:344px;
}
.works{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120px;
    letter-spacing:5px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 0;

}
.slider{
    display: flex;
    height: 100%;
    overflow-x:auto;
}
.slider-img{
    height: 50%;
    margin-left: 15%;
}
