@charset "UTF-8";.choice{font-family:var(--body-font-family);font-weight:550;text-transform:uppercase;font-size:.9rem;width:14rem;height:2.8rem;margin:.3rem 0;border-radius:.2rem}.text-input,.submit{margin-top:.7rem}.text-input{font-family:var(--body-font-family);font-size:1.2rem;width:20rem;height:3rem;padding:.5rem}.submit{font-family:var(--body-font-family);font-size:1.2rem;width:7rem;height:2.5rem;border-radius:.3rem}.game-display{display:flex;flex-direction:column}.game-display .image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;border:.15rem solid gray;border-radius:4px;height:337px;width:500px;background-color:#f4f4f4}@media(max-width:520px){.game-display .image-container{width:100%}}.game-display img{margin-bottom:1rem;align-self:center;justify-self:center;object-fit:contain}.label{display:flex;flex-direction:row;align-items:center;background-color:#d0d0d0;border-radius:3px;padding:.1rem 0;font-family:var(--body-font-family)}.label p{font-size:.9rem;font-weight:400;margin-left:.5rem}.label .content p{font-size:1rem;font-weight:700;margin-right:.5rem;margin-left:.4rem}.label .content .health-container{padding-top:.05rem;padding-bottom:.05rem;margin:.1rem .3rem .1rem .25rem}.welcome-screen{width:100%;min-height:100%;justify-content:center;align-items:center}.welcome-screen h1{color:#fff}main{width:512px}@media(max-width:520px){main{width:100%}}main .state-display{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:100%;margin:.7rem 0 .5rem}main .play-area{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-wrap:wrap;width:100%}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{border:none}h1,h2,h3,h4,button,input,label{line-height:1.1}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}:root{--base-font-family: Helvetica, sans-serif;--header-font-family: "Russo One", var(--base-font-family);--body-font-family: "Roboto", var(--base-font-family);--header-color: #fbfffe;--header-secondary-color: #808080;--background-color: #1c1a1d;--breakpoint-mobile: 425px}body{background-color:var(--background-color)}#root{display:flex;flex-direction:column;align-items:center;font-family:var(--base-font-family);margin:5px;width:auto}#root header{display:flex;flex-direction:row;align-items:center;margin-top:.8rem;width:512px;align-self:center;justify-content:space-between}@media(max-width:520px){#root header{width:100%}}#root header .header-title{display:flex;flex-direction:row;align-items:center;font-family:var(--header-font-family);color:var(--header-color)}#root header .header-title .title{font-size:1.7rem;transition:color .1s ease}@media(max-width:440px){#root header .header-title .title{font-size:1.3rem}}#root header .header-title .title:hover{color:orange}#root header .header-title .secondary{font-size:.85rem;margin-top:.4rem;font-weight:400;color:var(--header-secondary-color)}@media(max-width:440px){#root header .header-title .secondary{font-size:.6rem}}#root header .header-title .secondary:before{content:"•";margin:0 .05rem}#root header ul{display:flex;align-content:space-evenly}#root header ul li{margin:0 1px}#root header ul li button{width:2rem}#root main{display:flex;flex-direction:column;align-items:center;margin:1rem 0}
