.app-wrapper{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.board-game{background-color:#dba600;border-radius:32px;align-self:center;display:flex}.board-game>.cols{display:block}.cols>div{height:80px;width:80px;display:flex;align-items:center;justify-content:center}.cols>div>span{display:block;height:64px;width:64px;background-color:#37311b;box-shadow:0 4px 15px 10px #00000040 inset;border-radius:32px;overflow:hidden;display:flex;justify-content:center;align-items:center}.cols>div>span>.selected{display:block;height:90%;width:90%;border-radius:100%;background-color:#de9f51}.cols>div>span>.bot{display:block;height:90%;width:90%;border-radius:100%;background-color:#ab4e4e}.header-wrapper{display:flex;padding:8px 12px;justify-content:space-between;background-color:#1e1e1e;margin:0;align-items:center}.header-btn{background-color:#bf271f;padding:6px 8px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,h1,p,button{padding:0;margin:0;border:none}.font-regular{font-family:Silkscreen,sans-serif;font-weight:400;font-style:normal}.font-bold{font-family:Silkscreen,sans-serif;font-weight:700;font-style:normal}
