@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap";:root{--primary-color: #095259;--hover-color: #4c848c;--primary-dark-color: #2c6c74;--secondary-color: #037638;--white-color: #fff;--back-color: #333;--light-back-color: #444}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cairo,serif!important;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0;text-align:right!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--back-color)}::-webkit-scrollbar-thumb{background:var(--hover-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}h2:after{content:" ";width:50%;height:5px;display:block;margin:.4rem auto;border-radius:10px;background-color:var(--hover-color)}h2:before{content:" ";width:50%;height:5px;display:block;margin:.4rem auto;border-radius:10px;background-color:var(--secondary-color)}a{padding:1rem 2rem;font-size:1rem;background-color:var(--hover-color);border-color:var(--hover-color);color:var(--white-color);text-decoration:none;border-radius:10px}a:hover{background-color:var(--primary-color)}.redirect-page{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.redirect-page h2{color:var(--secondary-color);font-size:2rem;margin-bottom:1rem}.redirect-page p{font-size:1.2rem;color:var(--white-color);margin-bottom:2rem}.manual-redirect a{padding:1rem 2rem;background-color:var(--hover-color);color:var(--white-color);border-radius:10px;text-decoration:none;font-size:1.1rem;transition:background-color .3s ease}.manual-redirect a:hover{background-color:var(--primary-color)}
