.flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 0;
}
.items-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}

.justify-center{
    justify-content: center;
}