.no-margin {
    margin: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20 a {
    text-decoration: none;
    color: #848b87;
}

.p-10 {
    padding: 10px;
}

.center-items {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.center-h-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.pag a {
    text-decoration: none;
}
