body{background-color:#eee;margin:0;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}#root{grid-template-rows:10% 80% 10%;align-items:center;height:100vh;display:grid}.card{cursor:pointer;background-color:#f5f5f5;border:3px solid gray;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;display:flex}.card>img{width:100%}.card>p{font-size:1.2rem;font-weight:600}.board{box-sizing:border-box;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;width:80%;margin:0 auto;padding:2rem;display:grid}.footer{color:#f5f5f5;background-color:#1f6f5f;justify-content:center;align-items:center;gap:2rem;height:100%;display:flex}a{color:#f5f5f5;align-items:center;gap:1rem;font-size:1.5rem;text-decoration:none;display:flex}a>i{font-size:2rem}.header{color:#f5f5f5;background-color:#1f6f5f;justify-content:space-around;height:100%;display:flex}.header>div{gap:1rem;display:flex}
