.flex {
    display: flex;
}
.justify-center {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
