.navbar{//background:linear-gradient(90deg,#0f0f0f,#1e1e1e);align-items:center;background:#000;display:flex;flex-wrap:wrap;justify-content:space-between;//box-shadow:0 0 30px rgba(0,0,0,.9);animation:fadeInDown 1s ease-out;position:relative;z-index:100}.logo-main{animation:flameFlow 6s linear infinite,flicker 5s infinite;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(-45deg,#dfd894,#a66b19,#915810,#a67c00,#dfd894);background-size:300% 300%;color:transparent;font-weight:700}@keyframes flameFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes flicker{0%,to{filter:brightness(1)}40%{filter:brightness(1.1)}60%{filter:brightness(.95)}80%{filter:brightness(1.2)}}.nav-links a{color:#cde6b3;position:relative;text-decoration:none;transition:.3s}.nav-links a:before{background:#b5e853;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:.4s;width:0}.nav-links a:hover:before{width:100%}.nav-links a:hover{color:#fff}
