.rotatingBorder:before{width:200px;filter:blur(10px);height:100%;background:linear-gradient(#95faff,#ff8a05);animation:animate 4s linear infinite}.rotatingBorder:after,.rotatingBorder:before{position:absolute;content:"";border-radius:9999px}.rotatingBorder:after{inset:4px;background:#032332}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:800px){#nav,#nav-contact{display:none}#menu-icon{display:flex}}@media (min-width:800px){#nav-div{justify-content:center;max-width:-moz-max-content;max-width:max-content}#side-menu{display:none}}