*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:sans-serif}.landing-container{width:100vw;min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow-x:hidden;padding:2rem 0}.landing-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../maximus.jpg) no-repeat center center/cover;z-index:-1;filter:brightness(.8);animation:shinePulse 4s ease-in-out infinite alternate}@keyframes shinePulse{0%{filter:brightness(.8) saturate(.9)}50%{filter:brightness(1.2) saturate(1.1)}to{filter:brightness(.8) saturate(.9)}}
