body{
    font-family: 'Jaldi', sans-serif;
}

.height{
    /* height: 1000px; establecer espacio */
    min-height: 100vh;
}
/* #skills{
    padding: 400px 0!important;
} */
.title-underline{
    width: 180px;
    height: 5px;
    margin: 0 auto;
}
.height-80{
    min-height: 100vh;
}
.about-picture{
    background: url(../img/computer.jpeg)center/cover no-repeat fixed;
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}
#filler,#progress{
    /* background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.9)), url(../img/place1.jpeg)center/cover no-repeat fixed; */
    background:linear-gradient(to right, rgba(0,0,0,.1),rgba(0,0,0,.9)), url(../img/place1.jpeg)center/cover no-repeat fixed;
}