:root{--fondo: rgba(45, 102, 109)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background-color:var(--fondo)}.banner{position:relative;z-index:1;display:flex;justify-content:center;align-items:flex-start;width:100%;height:900px;padding-top:70px;background-image:linear-gradient(to bottom,rgba(45,102,109,.2) 0%,rgba(45,102,109,.6) 90%,var(--fondo) 100%),url(/DontKillMyDate/assets/fondo-DIQeZXo6.jpg);background-size:cover;background-position:center}.banner h1{font-family:VT323,monospace;font-size:50px;font-weight:400;text-align:center}main{position:relative;z-index:10;max-width:1100px;margin:-700px auto 0;padding:0 20px}section{margin-bottom:30px;padding:30px;background:#060e1bac;box-shadow:0 0 18px #0006}section h2{margin-bottom:10px;font-family:VT323,monospace;font-size:30px;font-weight:400}section p{margin-bottom:10px;font-size:16px;text-align:justify}#juego{display:flex;justify-content:center;align-items:center;width:100%;min-height:100px}#juego canvas{max-width:100%;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;box-shadow:0 0 15px #000c}.contenedor-titulo{display:flex;align-items:center;gap:15px;margin-bottom:10px}.imagen-titulo{width:auto;height:25px;image-rendering:pixelated;animation:flotar 2s ease-in-out infinite}@keyframes flotar{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}footer{margin-top:50px;padding:40px 10px;text-align:center;font-size:14px}.github-icon{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px;width:32px;height:auto}#juego:fullscreen{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000}#juego:fullscreen canvas{width:auto!important;height:100%!important;max-width:100vw;object-fit:contain}
