@import "https://fonts.googleapis.com/css?family=Frijole";#gameframe{width:100%;max-width:20rem;height:30rem;background-color:rgba(0,0,0,.2);border-radius:5px 1em 5px 50%/50px;flex-direction:column;order:1;padding:0;display:flex;font-family:Frijole,cursive!important}@media screen and (max-width:600px){#gameframe{order:2}}#gameframe .gamehead{width:100%;height:10rem;clear:both;flex-direction:column;margin:0;padding:0;display:flex}#gameframe .gamehead .gamescore{width:100%;height:3rem;flex-direction:row;flex-grow:1;justify-content:space-between;margin:0;padding:.25rem;font-size:2rem;line-height:3rem;display:flex}#gameframe .gamehead .gamescore .label-left{height:100%;padding-left:10px}#gameframe .gamehead .gamescore .label-right{height:100%;padding-right:10px}@media screen and (max-width:600px){#gameframe .gamescore{font-size:2rem}}#gameframe .gametime{width:100%;height:1.5rem;margin:0;padding:0}#gameframe .gametime #timebar{width:90%;height:50%;background:linear-gradient(90deg,#ffb6c1,#90ee90);border-radius:10px;margin:0;padding:0;position:relative;top:25%;left:5%;box-shadow:0 0 10px #000}#gameframe .gameColorQuestion{width:100%;height:5.5rem;margin:0;padding:0}#gameframe .gameColorQuestion #gameColor{width:100%;height:100%;text-align:center;flex-direction:row;align-content:center;justify-content:center;margin:0;padding:1rem;font-size:3rem;display:flex}#gameframe .gamebody{width:100%;height:16rem;margin:0;padding:0}#gameframe .gamecontrol{width:100%;height:10%;flex-direction:row;justify-content:flex-end;margin:0;padding:0;display:flex}#gameframe #startbutton,#gameframe #stopbutton{width:40%;height:90%;float:right;background-color:rgba(239,251,255,.75);border:none;border-radius:10px;margin:0 5%;font-size:2rem}#gameframe #startbutton{display:block;box-shadow:0 0 5px gray}#gameframe #stopbutton{display:none}#gameframe #gameButtonLeft{width:44%;height:90%;float:left}#gameframe #gameButtonRight{width:44%;height:90%;float:right}#gameframe #gameButtonRight,#gameframe #gameButtonLeft{border-radius:10px;margin:0 3%;box-shadow:0 0 10px #000}