#root,body,html{height:100%;margin:0;padding:0}.player-score{border:1px solid green;margin:2rem}.player,.player ul{display:flex}.player ul{list-style:none;margin:0;padding:0}.scorecard{overflow-x:scroll;padding-bottom:100rem}.scorecard ul{list-style:none}.est-score,.highest-score,.lowest-score{border-radius:30px;padding-left:1rem;padding-right:1rem}.highest-score{background-color:orange}.lowest-score{background-color:#adff2f}.lowest-score.highest-score{background-color:initial}.navbar{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #ccc;display:flex;justify-content:center;padding:0}.navbar h1{margin:0}.manage-game{justify-content:space-between;margin:1rem}.full-width{min-width:-moz-fit-content;min-width:fit-content;width:100%}.score-card-header{align-items:center;display:flex;margin:0}.score-card-header ul{color:pink;margin:0;min-width:-moz-fit-content;min-width:fit-content;width:100%}.card-square,.delete-square,.player-square,.square{margin:0;min-height:-moz-fit-content;min-height:fit-content}.player-square{align-items:center;background-color:hsla(61,95%,71%,.774);border:1px solid #000;display:flex;height:5rem;justify-content:center;left:10px;min-width:10rem;position:sticky;width:10rem}.player-square h5{font-size:1rem}.player-main{display:flex;flex-direction:column}.player-main h5{margin:0;padding:1rem 0 0}.delete-square,.player-total{font-size:2rem;margin:0}.delete-square{background-color:#d10000}.card-square,.delete-square{align-items:center;border:1px solid #000;color:#f5f5f5;display:flex;height:5rem;justify-content:center;min-width:5rem;width:7rem}.card-square{background-color:#35654d;font-size:2rem;margin:0}.card-square input{font-size:2rem;max-width:75%}.add-players,.set-rounds{display:flex;flex-direction:column}.add-players input,.set-rounds input{font-size:1.5rem}.manage-game{align-items:center;display:flex;flex-direction:column}.manage-game button{padding:.5rem;text-transform:uppercase}@media(min-width:768px){.manage-game{flex-direction:row;justify-content:space-evenly}}