

.f{ display: flex; }

.row{ flex-direction: row; }
.col{ flex-direction: column; }
.cen{ align-items: center; justify-content: center; }

.abs{ position: absolute; }
.rel{ position: relative; }