body{font-family:sans-serif;background-color:#131313;color:#fff;margin:0;padding:0;font-weight:400}.container{max-width:1000px;margin:0 auto;padding:40px;display:flex;color:#eee;border-radius:10px}.row{flex-wrap:wrap;gap:30px}.column{flex:1;padding:10px}.center{text-align:center;margin-bottom:20px}h1{font-family:Poppins,sans-serif;font-size:3em;font-weight:700;color:#fff;margin-bottom:10px;text-shadow:0 2px 5px rgba(0,0,0,.2)}p{line-height:1.7;color:#ddd;margin-bottom:15px}.card{background-color:#333;border:1px solid #222;padding:20px;border-radius:10px;color:#fff;box-shadow:0 2px 5px #0000001a;overflow:hidden}.screenshot{width:100%;max-width:300px;border-radius:10px;transition:transform .3s ease-in-out}.card:hover .screenshot{transform:scale(1.1);box-shadow:0 0 0 5px #f603}@media only screen and (max-width: 768px){.row{flex-direction:column}.center{margin-bottom:0}.screenshot{max-width:100%}}a{color:#fff;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#ddd}
