header{padding:10px 0}header h1{font-size:24px;color:#343a40}header ul{list-style:none;display:flex;gap:15px}header a{text-decoration:none;color:#000;transition:all .3s ease}header a:hover{font-size:large;color:#f2ff008d}section{padding:20px 0;gap:2px}strong{font-size:25px}section img{max-width:36%;height:auto;border-radius:50%;border:2px solid black}.feature-card{background:#ffffff40;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);border-radius:5px;padding:15px;margin:10px;flex:1}.feature-card h3{color:#007bff;margin-bottom:10px}.feature-card p{color:#495057}footer{background:#ffffff48;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);color:#fff;text-align:center;padding:10px 0}footer p{margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;background:linear-gradient(326deg,#c94b0c,#18f3bc,#9a8ee1,#bbed2f,#1f8eae,#9a1693);background-size:360% 360%;animation:gradient-animation 6s ease infinite;@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}}.container{width:90%;max-width:1200px;margin:0 auto}.flex{display:flex;justify-content:space-between;align-items:center}.responsive{flex-wrap:wrap}button{outline:0;border:0;display:flex;flex-direction:column;width:80%;max-width:110px;height:50px;border-radius:.5em;box-shadow:0 .625em 1em #00000059;overflow:hidden}button div{transform:translateY(0);width:100%}button,button div{transition:.6s cubic-bezier(.16,1,.3,1)}button div span{display:flex;align-items:center;justify-content:space-between;height:50px;padding:.75em 1.125em}button div:nth-child(1){background-color:#ff381e}button div:nth-child(2){background-color:#21dc62}button:hover{box-shadow:0 .625em 1em #21dc6259}button:hover div{transform:translateY(-50px)}button p{font-size:17px;font-weight:700;color:#fff}button:active{transform:scale(.95)}@media (max-width: 768px){.flex{flex-direction:column;text-align:center}img{width:100%}}@media (max-width: 768px){.flex{flex-direction:column;text-align:center}section img{margin-top:15px;max-width:55%}strong{margin-left:135px;font-size:26px}img{width:100%}}
