.head{
    font-weight: bold;
}


.flex{
    display: flex;
}

.hide{
    display: none;
}

.centre{
    text-align: center;
}

.jutifiedCenter{
    justify-content: center;
}