@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#17002e;color:#fff;font-family:Open Sans,sans-serif}header>h2{margin:0}main{align-items:center;display:flex;flex-direction:column}.exit{margin-top:1%}.exit,button{cursor:pointer}button{background-color:#0f70bd;border:none;border-radius:5px;color:#fff;padding:1%}button:hover{background-color:#fff;color:#0f70bd}header{align-items:center;display:flex;flex-direction:column;justify-content:center}h1{font-weight:400;margin-bottom:.5%}header button{padding:12px}select{background-color:#0f70bd;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:22px;height:47px;min-width:285px;outline:none;padding:1px;text-indent:50%;width:30%}.in-correct{margin:10px 0}.selector-bg{background:#fff;border-radius:10px;display:grid;height:90px;margin:5% 0;min-width:338px;place-items:center;width:30%}.categories-selector{align-items:center;display:flex;flex-direction:column;padding-top:7%}.nav-button,.start-game{margin-top:5%;min-height:50px;min-width:200px;transition:all .2s ease}.nav-button{margin:15% 0}.correct,.incorrect{color:#fff}.hidden{display:none}@media screen and (max-width:500px){select{min-width:180px}.selector-bg{min-width:220px}.tagline{padding:5px;text-align:center}}.error-message{color:#fff}.question{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5%;text-align:center}.answer-choices{display:flex;justify-content:space-evenly}.answer-choices *{color:#000}.question-value{font-size:2em}.answer-choices :hover{color:#000;filter:brightness(1.25)}.answer-choices button:first-of-type{background:#ade700}.answer-choices button:nth-of-type(2){background:#e7ad00}.answer-choices button:nth-of-type(3){background:#e75dc2}.answer-choices button:nth-of-type(4){background:#00d8e7}@media screen and (max-width:1350px){.answer-choices{grid-gap:1.5em;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}.answer-button{cursor:pointer;font-size:1.5em;height:200px;margin:3%;transition:all .2s ease;width:200px}@media screen and (max-width:1000px){.answer-button{font-size:.9rem;height:100px;width:100px}}article{background-color:#0f70bd;display:flex;flex-direction:column;height:200px;padding:25px;text-align:center;width:200px}.tile-wrapper{margin:5%}a,a:visited{color:#fff;text-decoration:none}article *{background-color:inherit;margin:0;pointer-events:none}@media screen and (max-width:1350px){article{height:100px;padding:5px 0;width:100%}.tile-wrapper,article{margin:0}.tile-wrapper{margin-bottom:2%}.tile-wrapper:hover{background:#340073;color:blue}.tile-wrapper{transition:all .2s ease}.tile-wrapper :hover{background:inherit;color:#fff}}@media screen and (max-width:450px){.tile-wrapper{margin-bottom:5%}}.category{align-items:center;display:flex;flex-direction:column}.tiles{display:grid;grid-template-columns:repeat(5,1fr);place-items:center;width:100vw}.exit{min-height:50px;min-width:200px;transition:all .2s ease}@media screen and (max-width:1350px){.tiles{display:flex;flex-direction:column;place-items:normal}.tiles:nth-child(odd){background-color:#340073}}.player-name{height:30px;margin:25px;width:180px}.results-section{align-items:center;display:flex;flex-direction:column;margin:5%}.new-game-button{height:50px}.new-game-button,.submit-score{margin-bottom:10%;min-width:150px;padding:4%;transition:all .2s ease}.past-game-card{border:2px solid #000}.past-games-section{display:grid;place-items:center}.back-button{margin-top:5%;min-height:50px;min-width:200px;transition:all .2s ease}section{align-items:center;display:flex;flex-direction:column}.more-info{border:2px solid #fff;border-radius:8px;cursor:pointer;height:auto;margin:6% 0;padding:10px;transition:all .2s ease;width:auto}.more-info:hover{background:#340073}article,h2{color:#fff}.past-game-card{background-color:#fff;border:2px solid red;color:#000;height:500px;width:500px}.date,.id,.questions,.score{color:#000}.saved-game{border:4px solid #fff;height:auto;margin:2% 0;padding:0;width:auto}.saved-game-wrapper{display:grid;place-items:center}.saved-game *{color:#fff}ul{padding:0}li{list-style-type:none;padding:8px 0}.saved-game ul :nth-child(odd){background:#340073}