#gameBox{width:100%;max-width:600px;margin:0 auto;-webkit-tap-highlight-color:transparent}.headerLine{display:flex;flex-direction:row;width:100%;padding-top:5px;align-items:center}#gameBox h1{flex:1;font-size:21px}.ticker{min-height:220px;margin:10px 0 30px}.letterBox{padding:5px;border:2px solid #000;height:40px;width:40px}.guessRow{display:flex;flex-direction:row;margin:30px 0 2px;clear:both}.guessBox{font-family:Raleway;font-weight:400;padding-left:10px;padding-right:10px;border-top:2px solid #000;border-bottom:2px solid #000;border-left:0;border-right:0;width:50%;flex:1}.guessBox:disabled{color:#000;font-weight:700}@media (min-width:600px){.guessBox{padding-left:20px;padding-right:20px}}.guessBox:focus{outline:0}#gameBox:after{content:"";clear:both;display:block}.revealBtn{border:none;border-radius:50px;width:75px;height:75px;float:right;margin-bottom:10px;margin-top:5px;text-align:center;font-family:Raleway;font-weight:700;cursor:pointer;transform:rotate(-10deg)}.hourglass{float:right;width:41px;height:75px;margin:5px 10px 10px 5px}.sendBtn{border:2px solid #000;cursor:pointer;padding-left:20px;padding-right:20px;font-family:Raleway;font-weight:700;min-width:90px;text-align:center}.sendBtn,.revealBtn{transition:all ease-in-out .2s}.sendBtn:hover,.revealBtn:hover{transform:scale(1.1)}.revealBtn:hover{filter:drop-shadow(0 0 3px #00000080)}.gameProgress{width:100%;background-color:red;border-radius:10px;height:10px}.msgBox,.thatsAll{font-family:Roboto Condensed;font-size:36px;font-style:normal;font-weight:700;line-height:1.1}.msgBox div{transition:opacity 3s 1s ease-out;text-align:center}.msgBox{font-size:16px;height:16px;padding:5px 0;line-height:1}.thatsAll{margin:20px auto;text-align:center}.artLink{text-align:center;display:block;text-decoration:none}.artLink .footerYMALBox{margin:30px auto}.pulse{animation:pulseReveal 1s linear 0s infinite normal forwards}.msgFade{opacity:0}@keyframes pulseReveal{0%{transform:scale(1) rotate(-10deg)}5%{transform:scale(1.1) rotate(-10deg);filter:drop-shadow(0 0 2px #00000080)}10%{transform:scale(1) rotate(-10deg)}15%{transform:scale(1.2) rotate(-10deg);filter:drop-shadow(0 0 3px #00000080)}20%{transform:scale(1) rotate(-10deg)}25%{transform:scale(1.1) rotate(-10deg);filter:drop-shadow(0 0 2px #00000080)}30%{transform:scale(1) rotate(-10deg);filter:drop-shadow(0 0 0px #00000080)}to{transform:scale(1) rotate(-10deg)}}
