@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap);*{padding:0;margin:0;box-sizing:border-box;list-style:none}a{text-decoration:none}body{height:100vh;display:grid;place-items:center;background:#000;font-family:Nunito,sans-serif}.container{max-width:1350px}.head__section{margin:4rem 1rem}.head__section img{display:block;margin:10px auto;height:5rem;object-fit:cover}.head__section p{text-align:center;color:#fff}.links h2{margin-top:3rem;color:#fff}.links h3{margin:.5rem 0;color:#fff}.links p{margin:.5rem 0;color:rgba(255,255,255,.7)}.items{display:flex;flex-wrap:wrap;flex-direction:row}.links .items .link{width:32%;min-width:300px;margin:.5rem 0;margin-right:1rem;padding:.4rem .8rem;background:rgba(255,255,255,.1);backdrop-filter:blur(0);border-radius:5px;transition:background .25s;transform-style:preserve-3d;perspective:500px;box-shadow:0 0 .8rem rgba(255,255,255,.12)}.js-tilt-glare{border-radius:5px}.links .items .link a{width:100%;display:flex;align-items:center;color:#ffff;font-size:1rem}.links .items .link a i{text-align:center;line-height:4rem;font-size:2.4rem;text-shadow:2px 2px 12px rgba(0,0,0,.5);transition:.25s}.links i{margin-right:1.5rem;margin-left:.5rem}.links .items .link a span{line-height:1.4rem}.links .items .link:hover{background:#333}@media only screen and (max-width:1200px){.links .items .link{width:48%}.container{width:88vw}}@media only screen and (max-width:900px){.container{width:88vw}.items{flex-direction:column}.links .items .link{flex:1;width:100%}}