.flex-all-centre{
    display: flex;
    justify-content: center;
    align-items: center;
}

.textcenter{
    text-align: center;
}