@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap";.game-selection-container{display:flex;flex-direction:column;justify-content:center;height:100vh;background:#152938}.game-selection-container .title{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:700;font-size:40px;line-height:50px;color:#fff;text-align:center;margin-bottom:2rem}.game-selection-container .card{background:#fff;border-radius:1.25rem;margin-inline:auto;width:min(1080px,100% - 3rem)}.game-selection-container .card .selectionSection{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:700;font-size:20px;line-height:25px;color:#7191a5;margin:3rem;color:#6395b8}.game-selection-container .card .selectionSection .buttons{display:flex;justify-content:center;gap:1rem}.game-selection-container .card .selectionSection .buttons .selectedBtn,.game-selection-container .card .selectionSection .buttons .selectedBtn:hover{background-color:#304859}.game-selection-container .card .selectionSection .buttons .startBtn,.game-selection-container .card .selectionSection .buttons .startBtn:hover{background-color:#fda214}.game-selection-container .card .selectionSection .buttons button{padding-block:.6rem;border-radius:5rem;border:none;font-family:Atkinson Hyperlegible;font-style:normal;font-weight:700;font-size:26px;line-height:32px;text-align:center;width:100%;background-color:#bcced9;color:#fcfcfc}@media screen and (max-width:600px){.game-selection-container .card .selectionSection .buttons button{font-size:16px}}.game-selection-container .card .selectionSection .buttons button button:hover{background-color:#6395b8;cursor:pointer}@media only screen and (max-width:600px){.game-selection-container .card .selectionSection{margin:2rem}.game-selection-container .card .selectionSection .buttons button{padding-block:.1rem;font-size:16px}}body,html{padding:0;margin:0;box-sizing:border-box;font-family:Atkinson Hyperlegible}