.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.border{
    border: 2px rgb(255, 255, 255);
}
.nodecr{
    text-decoration: none;
    border: none;
}
.greyback{
    background-color: rgb(32, 32, 32);
    /* color: rgb(154, 153, 153); */
}
.transback{
    background-color: transparent;
}.gray{
    color: rgba(192, 192, 192, 1);
}