﻿@import url(/css2.css);.title{margin-bottom:20px}.round{color:#fff;margin-bottom:50px}.play-ground{display:grid;grid-template-columns:2fr 1fr 2fr;margin-bottom:30px}@media only screen and (max-width:700px){.play-area{grid-template-columns:1fr}}.user-card{background-color:#fff;border-radius:20px;height:220px;margin-bottom:20px;padding:25px 0}.choice-grid{display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center}.choice-icon{border-radius:50%;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.choice-icon:hover{background-color:#e0e0e0;cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.computer-card{background-color:#fff;border-radius:20px;height:220px;margin-bottom:20px;padding:25px 0}.waiting-message{margin-top:20px}.score{color:#fff}.message-box{display:grid;height:220px;padding:20px;place-items:center}@media only screen and (max-width:700px){.message-box{height:auto}}.reset-btn{background-color:#fff;border-radius:20px;display:grid;height:40px;margin:0 auto 20px;place-items:center;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:200px}.reset-btn:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#2a2a72;background-image:linear-gradient(315deg,#2a2a72,#009ffd 74%);display:grid;font-family:Montserrat,sans-serif;min-height:100vh;place-items:center;width:100vw}.App{min-height:600px;padding:20px;text-align:center;width:1000px}img{margin:10px 0;width:80px}@media only screen and (max-width:1000px){.App{max-width:100vw}}
/*# sourceMappingURL=main.eb1abba8.css.map*/