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