main{background:url(/images/background.webp) no-repeat 50% fixed;background-size:cover}#transition{position:absolute;bottom:0;left:0;height:200%;width:100%;background:linear-gradient(180deg,rgba(0,0,0,0),rgb(21,21,21) 55%);z-index:0;pointer-events:none}#about,#features{border-bottom:5px solid var(--orange)}#about,#roadmap{background-color:rgb(21,21,21)}#alerts ul li{background-color:rgba(119,1,1,.9);border:3px solid #ef4444;animation:border-pulse 2s infinite}@keyframes border-pulse{0%,to{border-color:rgba(119,1,1,.9)}50%{border-color:rgba(255,0,0,.8)}}