.txt_title_section>div{display:flex;align-items:center;flex-direction:column}.colorful_bg_animation{animation:gradientAnimation 10s ease infinite;background:linear-gradient(135deg,#34ace0,#ff6b6b,#f7d794,#706fd3);background-size:400% 400%}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.txt_details{display:flex;align-items:center;justify-content:center}.txt_details div{max-width:70%}