.custom-body{min-height:calc(100vh - 67px);display:flex;flex-direction:column;justify-content:space-between}.navbar-custom{position:sticky;top:15px;background-color:#fff;z-index:1000;transition:transform .3s ease}.rainbow{text-align:left;font-size:22px;font-weight:700}.rainbow_text_animated{background:linear-gradient(90deg,red,#ff4d00,#7300ff,#ffd600,#66f);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rainbow_animation 6s ease-in-out infinite;background-size:400% 100%}@keyframes rainbow_animation{0%,to{background-position:0 0}50%{background-position:100% 0}}