:root{font-family:Arial,Helvetica,sans-serif}body{margin:0;padding:0;background-color:#f0f0f0}#root{text-align:center;align-items:center;margin:0 auto;padding:0rem;place-content:center;background-color:#232323}.banner{max-width:30%;margin-top:20px;margin-bottom:10px;border-radius:9px;box-shadow:0 8px 32px #ffc8004d}.heading{font-size:4rem;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;background-image:linear-gradient(to bottom,#d5ad6d,#e2ba78 35%,#9e6e23);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.board{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-wrap:wrap;max-width:75%;margin:0 auto;padding:2rem;gap:2rem;background-color:#121826;border-radius:20px;box-shadow:0 4px 16px #001aff4d}.movie{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:200px;padding:20px;background-color:#1e293b;border:1px solid #ffd700;border-radius:10px;color:#f0f8ff;height:480px}.movie:hover{background-color:#2a374e;box-shadow:0 4px 16px #ffd7004d;transform:scale(1.05);transition:transform .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out}.movie img{width:100%;height:300px;border-radius:4px}.button{display:inline-block;padding:10px 20px;width:90px;margin-top:10px;font-size:small;font-weight:700;background-color:gold;color:#1e1e1e;border:none;border-radius:5px;cursor:pointer;text-decoration:none}.button:hover{background-color:#e6b800}.seats{margin-top:40px;max-width:100%;display:block}
