*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color:#ebebeb;background-color:#d9d9d9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:auto;display:flex;flex-direction:column}.header{display:flex;align-items:flex-end;justify-content:center;height:5rem;font-size:1.4rem;background-color:#aa1919;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;letter-spacing:1px}@media screen and (max-width: 650px){.header{font-size:.8rem}}.scorekeeper{display:flex;align-items:center;justify-content:space-evenly;height:5rem;font-size:1.5rem;background-color:#aa1919;border-bottom:5px solid black}.card{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;border:4px solid black;border-radius:18px;background-color:#f9f9f9;overflow:hidden;box-shadow:#3d3d3d33 0 8px 20px;cursor:pointer}.card img{height:77%;width:auto}.card p{padding-bottom:1.25rem;font-weight:650;color:#000}.cards-display{display:grid;height:auto;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,13rem);grid-auto-rows:13rem;padding:2rem 4rem;gap:50px;background-color:#d9d9d9}.message{color:#000;margin:auto;height:20vh;width:100%;padding:1rem 2rem;font-size:1.5rem;font-weight:500;text-align:center;word-wrap:break-word;overflow:hidden;background-color:#d9d9d9}@media screen and (max-width: 650px){.cards-display{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,11rem);grid-auto-rows:11rem;padding:2rem}}
