.container{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100vw;transition:background-color 1s linear;text-align:center;padding:1rem}label{display:block;font-size:4rem}button{font-size:3rem;border-radius:.25rem;padding:.5rem;border:1px solid black;background-color:#ffffff80}button.friend{background-color:green}button.enemy{background-color:red}button.unknown{background-color:gray}.big{font-size:4rem}.targets{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:600px}
