body{
    background-color: gainsboro;
}

.tuto-inicio{
    background-color: white;
    border-radius: 10px;
    width: 100%;
    min-height: 700px;
    min-width: 300px;
    padding: 10px;
    box-shadow: 2px 2px 2px 2px rgb(159, 159, 159);
}
.add-clients{
    background-color: white;
    border-radius: 10px;
    width: 100%;
    min-height: 700px;
    min-width: 300px;
    padding: 10px;
    box-shadow: 2px 2px 2px 2px rgb(159, 159, 159);
}
.divisor-sm{
    background-color: rgb(232, 232, 232) ;
    width: 100%;
    height: 30px;
}
.tittle-list{
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background-color: white;
}
.bg{
    background-image: url(../img/bg-3.jpg);
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.linkbutton{
    text-decoration: none;
}
