html, body{
    font-family: 'Montserrat', sans-serif;
}

.users-show{
    margin-top: 5%;
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 20px;
    color: grey;
}

.title-crud-index{
    margin-bottom: 0px;
}

.header-page{
    margin-bottom: 50px;
}
.line-buttons{
    padding-top: 7px;
}
.pagination{
    margin-bottom: 10px;
}