@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;800&display=swap);.tagline{margin:8rem auto}.tagline-primary{color:#ec1d25;font-size:60px}.tagline-secondary{color:#fff;font-size:40px}.home{display:flex;gap:100px;justify-content:space-between;margin:10rem auto;padding:10px}.home-img{margin:0 auto}.home-img img{border:2px solid #ec1d25;border-radius:30px;height:540px;margin-right:150px;object-fit:contain;padding:20px;width:960px}@media screen and (max-width:1500px){.home{flex-direction:column;gap:50px}.home-img img{border:2px solid #ec1d25;border-radius:30px;height:auto;margin:0;max-width:100%;object-fit:contain;padding:.5rem}.tagline{margin:1rem auto}}@media screen and (max-width:495px){.tagline{text-align:center}}.header{align-items:center;background-color:#ec1d25;color:#121212;display:flex;gap:50px;height:25%;justify-content:space-between;padding:10px}.header-content{color:#121212;margin:0 1rem}.header-links{display:flex;margin:0 1rem}.header-links h2{cursor:pointer;font-weight:600;margin:0 1rem}.header_menu{color:#fff;display:none;position:relative}.header_menu_container{align-items:center;background-color:#121212;border:2px solid red;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:left;top:40px}.header-links a{color:#000;text-decoration:none}.header_menu_container a{color:#fff;text-decoration:none}@media screen and (max-width:1500px){.header-links{display:none}.header_menu{display:flex}.header_menu_container h2{margin:.5rem 1rem}}.bg{height:auto;width:100%}.game{min-width:360px}.dropdown{background-color:#121212;color:#fff;padding:10px}.character{border:2px solid #000;cursor:pointer;list-style:none;margin:10px;padding:10px}.modal{background-color:#121212;color:#fff;left:50%;padding:20px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px}input{height:30px;margin:10px}.secondary-btn{background-color:#121212;border:2px solid #ec1d25;border-radius:5px;color:#ec1d25;font-size:18px;padding:10px;transition:.15s}@media screen and (max-width:500px){.modal{max-width:320px}}.timer{font-size:25px;left:50%;padding:20px;position:fixed;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:500px}.find,.timer{background-color:#121212;color:#fff;text-align:center}.find{margin-top:100px;padding:10px}.leaderboard{color:#fff;margin:3rem 1rem}.leaderboard table{background-color:#424242;border-collapse:collapse;margin:0 auto;width:100%}.leaderboard table td,.leaderboard table th{border:2px solid #fff;padding:1rem;text-align:left}.leaderboard table th{background-color:#242424}.leaderboard table tr:nth-last-of-type(2n){background-color:#404040}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#121212;font-family:Public Sans,sans-serif}button{background-color:#ec1d25;border:2px solid transparent;border-radius:5px;color:#000;cursor:pointer;margin:10px}button,button:hover{font-size:18px;padding:10px}button:hover{background-color:#121212;border:2px solid #ec1d25;border-radius:5px;color:#ec1d25;transition:.15s}body,html{min-width:320px}
/*# sourceMappingURL=main.a5c2c95f.css.map*/