.flex-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.2rem;display:flex}.page-wrapper,.full-box{width:100%;height:100%}.full-width{width:100%}.center-flex-box{justify-content:center;align-items:center;display:flex}.flex-direction-column{flex-direction:column}.space-between-flex-box{justify-content:space-between;align-items:center;width:100%;display:flex}.gradient-box{background:linear-gradient(41deg,#f6d365,#fda085) 0 0/200% 200%;animation:4s infinite AnimationNamewrt}@keyframes AnimationNamewrt{0%{background-position:0 41%}50%{background-position:100% 12%}to{background-position:0 41%}}
