.Cell-module__40jdwq__mine-cell{cursor:pointer;background-color:#ababab;border:1px solid #000;border-radius:.2rem;width:4rem;height:4rem;font-size:2rem}.Cell-module__40jdwq__mine-cell:disabled{color:#000}.Cell-module__40jdwq__revealed{background-color:#fff}
.Board-module__Tzxrzq__mine-row{flex-direction:row;display:flex}.Board-module__Tzxrzq__mine-sweeper-messages{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;margin-top:1rem;font-size:1.5rem;display:flex}.Board-module__Tzxrzq__end-game-message{flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:2rem;font-weight:700;display:flex}.Board-module__Tzxrzq__reset-button{cursor:pointer;border:1px solid #000;border-radius:.2rem;padding:.5rem;font-size:1.2rem;font-weight:700}.Board-module__Tzxrzq__full-screen-overlay{background-color:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;font-size:10rem;font-weight:700;display:flex;position:fixed;top:0;left:0}
.Header-module__ldgnoG__header-row{flex-direction:row;justify-content:center;gap:1rem;margin:1rem;font-size:3rem;display:flex}.Header-module__ldgnoG__header-row h1{font-size:inherit;font-weight:400;line-height:inherit;color:inherit;margin:0;padding:0}
.Loading-module__J-bl4a__loading-container{margin-right:-50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Loading-module__J-bl4a__loading-spinner{border:12px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:5rem;height:5rem;animation:2s linear infinite Loading-module__J-bl4a__spin}@keyframes Loading-module__J-bl4a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.BoardRow-module__5zKs7a__cell{text-align:center;text-transform:capitalize;cursor:pointer;color:#201238;justify-content:center;align-items:center;width:5.1rem;height:5.1rem;font-family:Baskerville,serif;font-size:3rem;font-weight:400;display:flex}.BoardRow-module__5zKs7a__winning-cell{background-color:#5cb85c}.BoardRow-module__5zKs7a__border-right{border-right:5px solid #7e7e7e}.BoardRow-module__5zKs7a__border-bottom{border-bottom:5px solid #7e7e7e}.BoardRow-module__5zKs7a__border-top{border-top:5px solid #7e7e7e}.BoardRow-module__5zKs7a__border-left{border-left:5px solid #7e7e7e}
.TicTacToe-module__UpOU5G__container{grid-template-columns:1fr;justify-content:center;justify-items:center;height:100vh;display:grid}.TicTacToe-module__UpOU5G__current-turn{text-transform:capitalize}.TicTacToe-module__UpOU5G__board-row{display:flex}.TicTacToe-module__UpOU5G__game-button{cursor:pointer;color:#fff;background-color:#201238;border:none;border-radius:1rem;justify-content:center;align-items:center;width:20rem;height:2.5rem;padding:.625rem 1.5rem;font-size:1rem;text-decoration:none;display:flex}@media only screen and (max-width:768px){.TicTacToe-module__UpOU5G__game-button{width:80%}}.TicTacToe-module__UpOU5G__game-button:hover{background-color:#282d4f}
.HomeScreen-module__2ulQNq__tictactoe-background{background:linear-gradient(#627a96 0%,#83b5c5 19.47%,#8dc7d4 39.07%,#93d2dc 82.24%,#95d6df 100%) 0 0/cover;width:100%;height:100vh}.HomeScreen-module__2ulQNq__home-screen{flex-direction:column;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.HomeScreen-module__2ulQNq__item{margin-bottom:4rem;padding:2rem}.HomeScreen-module__2ulQNq__player-selection{grid-gap:6.25rem;grid-template-columns:1fr 1fr;font-family:Baskerville,serif;font-size:3rem;display:grid}.HomeScreen-module__2ulQNq__player-selection__player{cursor:pointer;grid-template-columns:1fr;justify-items:center;display:grid}.HomeScreen-module__2ulQNq__player-selection__underline{border:unset;background-color:#fff;width:3.75rem;height:.3rem;margin-top:.3rem}.HomeScreen-module__2ulQNq__active{background-color:#5cb85c}.HomeScreen-module__2ulQNq__match-button{cursor:pointer;color:#fff;background-color:#201238;border:none;border-radius:1rem;justify-content:center;align-items:center;width:22rem;height:2.5rem;margin-top:7rem;padding:.625rem 1.5rem;font-size:1rem;text-decoration:none;display:flex}@media only screen and (max-width:768px){.HomeScreen-module__2ulQNq__match-button{width:80%}}.HomeScreen-module__2ulQNq__match-button:hover{background-color:#282d4f}.HomeScreen-module__2ulQNq__match-button:disabled{cursor:not-allowed}
.SpaceX-module__pYfhyq__spacex-page{padding:1rem}.SpaceX-module__pYfhyq__ship-container{flex-flow:wrap;justify-content:center;display:flex}
.CatChat-module__KYDf4G__cat-chat-page{background-image:url(https://images.unsplash.com/photo-1516139008210-96e45dccd83b);background-size:cover;flex-direction:column;align-items:center;height:100vh;padding:1rem;display:flex}.CatChat-module__KYDf4G__cat-chat-header{letter-spacing:1rem;background-color:#fff;border:.2rem solid #000;border-radius:1rem;flex-direction:row;justify-content:center;margin:1rem;padding:1rem;font-size:3rem;display:flex}.CatChat-module__KYDf4G__chat-container{background-color:#fff;border:.2rem solid #000;border-radius:1rem;flex-direction:column;width:40%;height:30rem;padding:1rem;display:flex}@media screen and (max-width:992px){.CatChat-module__KYDf4G__chat-container{width:90%}}.CatChat-module__KYDf4G__messages{margin-top:auto;overflow:auto}.CatChat-module__KYDf4G__chat-input{flex-direction:row;justify-content:center;display:flex}.CatChat-module__KYDf4G__chat-container input{border:.1rem solid #000;border-radius:.5rem;height:2rem;margin-top:1rem;padding:.3rem;font-size:1rem}.CatChat-module__KYDf4G__chat-container button{color:#fff;background-color:green;border:none;border-radius:.5rem;width:5rem;height:2.8rem;margin:1rem;font-size:1.2rem;font-weight:700}.CatChat-module__KYDf4G__chat-container button:disabled{background-color:gray}.CatChat-module__KYDf4G__message{word-wrap:anywhere;color:#fff;border:.01rem solid #000;border-radius:.5rem;margin:1rem;padding:.5rem}.CatChat-module__KYDf4G__sender{text-align:right;background-color:#9370db;width:10rem;margin-left:auto}.CatChat-module__KYDf4G__cat{background-color:brown;width:10rem;margin-right:auto}.CatChat-module__KYDf4G__sender div{text-align:right;margin-top:1rem;font-size:.7rem}.CatChat-module__KYDf4G__cat div{text-align:left;margin-top:1rem;font-size:.7rem}
.HexClock-module__PAAphq__hexclock-page{color:#fff;flex-direction:column;align-items:center;display:flex}.HexClock-module__PAAphq__hexclock-header{letter-spacing:1rem;border-radius:1rem;flex-direction:row;justify-content:center;margin:1rem;padding:1rem;font-size:2rem;display:flex}.HexClock-module__PAAphq__hex-content{text-align:center;flex-direction:column;justify-content:center;margin-left:1rem;margin-right:1rem;display:flex}.HexClock-module__PAAphq__time-text{text-align:center;width:90%;margin-top:10rem;margin-left:auto;margin-right:auto;font-size:16rem;font-weight:700}@media screen and (max-width:992px){.HexClock-module__PAAphq__time-text{font-size:5rem}}
.MineSweeper-module__l5tsiq__mine-sweeper{color:#fff;background-image:url(https://images.unsplash.com/photo-1579567761406-4684ee0c75b6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2574&q=80);background-position:50%;background-size:cover;flex-direction:column;align-items:center;width:100%;height:100vh;display:flex}.MineSweeper-module__l5tsiq__mine-sweeper-container{background:#000000e6;border:5px solid #fff;border-radius:1rem;flex-direction:column;align-items:center;gap:5rem;width:45rem;height:45rem;margin:auto;padding:5rem 5rem 10rem;display:flex}
