body{margin:0}.App,body{font-family:Poppins,sans-serif}.App{text-align:center;min-height:100vh;background:linear-gradient(90deg,#fceabb,#f8b500);padding:2rem;display:flex;flex-direction:column;align-items:center;background-color:#111;color:white}h1{font-weight:600;margin-bottom:.5rem;margin-top:1rem;font-size:2.5rem}p{font-size:1.2rem;color:#333;margin-bottom:2.5rem}.redirect-list{list-style:none;padding:0;width:100%;max-width:420px}.redirect-list li{margin:1rem 0}.redirect-list a{display:block;font-size:1.05rem;padding:1rem 1.4rem;border-radius:12px;background-color:#ffffff;color:#1f1f1f;text-decoration:none;box-shadow:0 6px 12px rgba(0,0,0,.08);transition:transform .2s ease,background-color .3s}.redirect-list a:hover{background-color:#f5f5f5;transform:translateY(-2px)}footer{margin-top:3rem;font-size:.9rem;color:#333;opacity:.7}.custom-carousel-wrapper{position:relative;width:90%;height:100vh}.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(0,0,0,.4);color:white;border:none;font-size:2.5rem;padding:.5rem 1rem;cursor:pointer;transition:background .3s}.arrow:hover{background:rgba(0,0,0,.7)}.arrow.left{left:-50px}.arrow.right{right:50px}.custom-carousel{position:relative;height:100vh;width:80%}.carousel-item{height:80vh;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:flex-start;padding:3rem;color:white;opacity:0;position:absolute;top:0;left:0;width:100%;transition:opacity 1s ease-in-out}.carousel-item.active{opacity:1;z-index:1}.carousel-text{background:rgba(0,0,0,.5);padding:2rem;color:white;border-radius:8px;max-width:500px}.carousel-text a{color:#ffc107;font-weight:700;text-decoration:none}