*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}#app{width:100%;min-height:100%;background:#2c236f url(/halloween-bg.jpg) center/cover;display:flex;flex-direction:column;position:relative;z-index:1}#app:after{content:"";position:absolute;background:linear-gradient(to bottom,#2c236f,#000);opacity:.5;width:100%;height:100%;z-index:-1}.main{margin:auto;width:100%}.header{width:1280px;max-width:100%;margin:1rem auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1rem}.header__logo{width:120px;height:120px;border-radius:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;border:3px solid rgb(0,163.5,98.619047619);border:3px solid #00bd72;animation:glow 2s 0s alternate infinite}.header__title{padding:2px;color:#f3f3f3;font-family:New Amsterdam,sans-serif;font-size:2rem}.body{padding:1rem;width:1280px;max-width:100%;font-family:Oswald,sans-serif;font-size:1.3rem;color:#f3f3f3;text-align:center;margin:0 auto 1rem}.features{width:1280px;max-width:100%;display:grid;padding:1rem;grid-template-columns:repeat(3,1fr);gap:1rem;font-family:Oswald,sans-serif;margin:0 auto 1rem}.features .feature{border-radius:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:1rem;min-height:100px;color:#f3f3f3;display:flex;flex-direction:column;gap:8px}.features .feature__icon{width:36px;height:36px;background:#00a463;color:#f3f3f3;fill:#f3f3f3;padding:6px;border-radius:32px;margin-bottom:8px}.features .feature__title{font-size:1.4rem}.features .feature__content{font-size:1.1rem}@media (max-width: 850px){.features{grid-template-columns:1fr}}.banner{font-family:New Amsterdam,sans-serif;background:#00a463;position:fixed;top:0;left:0;width:100%;display:flex}.banner .inner{padding:10px;margin:0 auto;color:#f3f3f3;font-size:1.4rem}.btn-hold{width:1280px;max-width:100%;padding:1rem;margin:1rem auto;display:flex;justify-content:center}.btn{display:inline-block;background:#00a463;color:#f3f3f3;text-transform:uppercase;padding:.8rem 2.4rem;font-family:Oswald,sans-serif;font-size:1.3rem;text-decoration:none;border-radius:4px;transition:background .2s ease}.btn:hover{background:#00bd72}@keyframes glow{0%{box-shadow:0 0 0 3px #00bd7200}to{box-shadow:0 0 6px 3px #00bd72}}
