:root{--primary:#2c3e50;--secondary:#3498db;--text:#e74c3c;--accent:#2c3e50;--bg:#f9f9f9}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,system-ui,sans-serif}@keyframes bg-animation{0%{background-image:url(/assets/backgrounds/0.jpg)}15%{background-image:url(/assets/backgrounds/1.jpg)}30%{background-image:url(/assets/backgrounds/2.png)}45%{background-image:url(/assets/backgrounds/3.png)}60%{background-image:url(/assets/backgrounds/4.jpg)}75%{background-image:url(/assets/backgrounds/5.jpg)}90%{background-image:url(/assets/backgrounds/6.jpg)}to{background-image:url(/assets/backgrounds/7.jpg)}}body{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;margin:0;font-family:Arial,sans-serif;animation-name:bg-animation;animation-duration:40s;animation-timing-function:cubic-bezier(.1,.9,.1,.9);animation-iteration-count:infinite}.nav-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#00000080;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.nav{justify-content:space-between;align-items:center;max-width:1200px;height:100%;display:flex}.nav .logo{color:var(--text);font-size:2em;font-weight:700;text-decoration:none}.nav .logo a{color:var(--text);font-weight:700;text-decoration:none}.nav .logo a:hover{color:var(--bg);padding:10px;font-weight:700;text-decoration:none}.nav ul{align-items:flex-start;height:100%;margin:0;padding:0;list-style-type:none;display:flex}.nav ul li{width:25%;height:100%;padding:10px}.nav ul li:hover{background-color:#fff;border-radius:5px}.nav ul li a{width:100%;color:var(--text);height:100%;font-weight:500;text-decoration:none;transition:color .3s;display:block}.nav ul li a:hover{color:var(--accent);background-color:var(--bg)}.content-title{text-align:center;color:#252525;width:100%}.content-brand-text1{color:gray;font-size:5em}.content-brand-text2{color:#1e90ff;text-indent:1em;font-size:5em}.content-subtitle{text-align:center;color:#ff8c00;font-size:2.5em}
