html,body{
    padding: 0;
    margin: 0;
    height: 100%;
}
.section-1{
    overflow: hidden;
    background-color: #EDE0D8;
    background-image: url("img/bg.png");
    border: 50px solid #3B483B;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.name{
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 85px;
    margin-top:35px;
    margin-left:20px;
}
.portfolio{
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 85px;
    color: #A29490;
}
.avatar{
    height: 490px;
    position: absolute;
    top: 200px;
    left: 5px;
}
.about{
    position: absolute;
    top: 210px;
    left: 450px;
    width: 600px;
}
.portfolio{
    position: absolute;
    bottom: 5px;
    right: 70px;
}
.lines{
    position: absolute;
    bottom: -35px;
    right: 50px;
}
.number{
    position: absolute;
    bottom: -135px;
    left: 70px;
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 85px;
}
.section-2{
    overflow: hidden;
    position:relative;
    background-color: #887042;
    background-image: url("img/bg_2.png");
    border: 50px solid #C8A460;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.slider{
    display: flex;
    height: 100%;
    overflow-x:auto;

}
.slider-img{
    height: 85%;
    margin-left: 1%;
}
.creations{
    position: relative;
    bottom: 105px;
    left: 0px;
    width: 600px;
}