.header__logo,footer,main{position:relative}.card__title,footer a{color:#adadfc}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;font-family:Inter,sans-serif;font-size:16px;background:url('../images/bg.svg') center center/cover no-repeat fixed #090624;color:#dfdcf3;padding:7rem 0}footer,main{z-index:2}.container{max-width:900px;margin:0 auto}.header{display:flex;justify-content:space-between}.header__info{max-width:480px}.header__logo:after{content:'';position:absolute;bottom:0;left:0;height:1px;width:20%;background-color:#fff}.header__info h1{font-size:1.25rem;line-height:1.8;font-weight:200}.services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;padding:4rem 0}.card{padding:2rem;background:url('../images/bg-line.svg') top right no-repeat rgba(0,0,0,.22);border-radius:.5rem;border:1px solid rgba(220,220,255,.064)}.card__title{font-size:1.2rem;margin-bottom:2rem}.card__desc{font-weight:200;line-height:1.6}footer{padding:2rem 0;font-size:13px}footer .container{display:flex;align-items:center;justify-content:space-between}.animated-bg{position:fixed;top:0;left:0;bottom:0;right:0;background:url('../images/bg.svg') center center/cover no-repeat fixed #090624;animation:8s infinite bg-radiial;opacity:1}@keyframes bg-radiial{0%{background-position:0 50%;opacity:.7}33%{opacity:.5;background-position:50% 100%;opacity:.7}100%{background-position:0 50%;opacity:.5}}@media screen and (max-width:760px){body{padding:2rem}.header{flex-direction:column;gap:2rem}.header__logo{padding-bottom:2rem}.services{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding:4rem 0}}