@charset "utf-8";
/* CSS main style */

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