*{padding:0;margin:0;font-family:sans-serif}a{color:inherit;text-decoration:none}.header{background:#4d80e4;padding:2em;display:grid;place-content:center;height:8vh}section{height:90vh;background-color:#46b3e6;display:grid;place-content:center}section h1{font-size:2em;text-align:center}section>div{display:flex;justify-content:space-evenly;margin:1em;padding:2em;color:#fff;border-radius:8px}.bot_option,.player_option{font-weight:700;text-align:center;padding:1em}.bot_option{background-color:orange}.player_option{background-color:#adff2f;color:#000}.home_content{background-color:#4d80e4;display:flex;flex-direction:column}.home_buttons{display:flex;margin-top:1em;justify-content:space-between}.home_buttons div{border-radius:4px}.multi_home{text-align:center;display:grid;place-content:center;grid-gap:1em;gap:1em;background-color:#03aed2;height:85vh}.multi_home>strong{font-size:2.5em;color:#fff}.currPlayer{color:#fff;border-bottom:2px solid}.cells{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:300px;height:300px;border:1px solid #fdde55;padding:1em;border-radius:4px;background-color:#fdde55}.cell{display:flex;align-items:center;justify-content:center;border:1px solid #fff;font-size:24px;cursor:pointer;color:#000;font-weight:700}.play_options{display:flex;justify-content:space-between}.play_options button{width:9em;padding:1em;border:0;border-radius:4px;cursor:pointer;color:#fff;font-weight:900}#play_again{background-color:#32cd32}#new_game{background-color:#ff8c00}.win-cells{background-color:green;color:#fff}.ai_loss{font-size:4em;background-color:#fff;padding:2px 8px;border-radius:6px}