body {
         font-family:Poppins,Arial;
         background:radial-gradient(circle at bottom,#000, #333);
         color:#fff;
         min-height:calc(100vh - 4em);
         padding:2em;
         margin:0;
         display:grid;
         place-items:center;
         text-align:center;
         }
         h1,h2 {
         margin:0;
         }
         h1 {
         color:#01ace8;
         font-size:2.25em
         }
         a {
         text-decoration:none;
         }
         main > img {
         margin:0 auto;
         max-width:200px;
         margin-bottom:1em
         }
         main {
         max-width:480px;
         }
         .apps {
         display:grid;
         grid-template-columns:1fr 1fr ;
         gap:1em;
         margin-top:2em
         }
         .apps .single {
         display:grid;
         grid-template-columns:auto;
         justify-content:center;
         align-items:center;
         gap:1em;
         background:#fff;
         padding:1em;
         border-radius:6px;
         color:#01ace8
         }
         .apps .single svg {
         width:2.5em
         }
   
         .apps .single .title {
         font-size:1
         }
         main > p {
         color:rgba(255,255,255,0.618);
         margin:1em 0 0 0;
         font-size:.875em
         }
         iframe {
         border-radius:12px;
         margin-top:1em;
         padding:.25em;
         background:#fff;
         width:calc(100% - .5em);
         height:640px;
         transform:scale(1)
         }
         .svgs {
         position:fixed;
         width:100%;
         top:20%;
         right:0%;
         z-index:-1
         }
         .svgs svg {                
         opacity:.25;
         position:absolute;
         right:-50%;
         width:100%;
         }
         .ozelbg {
         position:fixed;
         left:0;
         top:-20%;
         z-index:22;
         }
         .ozelbg svg {
         width:100%;
         opacity:.25
         }
         footer {
         position:fixed;
         bottom:1em;
         left:calc(50% - 128px);
         }