@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Ubuntu}body,html{height:100%;width:100%;background:#f4f4f4}main{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.title{text-align:center;font-size:1.4rem;padding-bottom:4rem;line-height:3rem;color:rgba(0,0,0,.6)}.title span{color:#067b9f}.title h3{font-size:1.4rem;font-weight:400;color:rgba(0,0,0,.6)}.cards{width:100%;height:full;justify-content:center;gap:5rem;flex-wrap:wrap}.card,.cards{display:flex;align-items:center}.card{padding:2rem;border-radius:.4rem;background-color:#fff;max-width:20rem;flex-direction:column;gap:1.5rem;transition:all .2s linear}.card:hover{box-shadow:0 0 1rem #5f5f5f34}.card img{width:100%;height:5rem}.card .name{text-align:center;font-size:1.3rem;font-weight:600;line-height:-1rem;color:#067b9f}.card a{color:#fff;padding:10px 1.5rem;border-radius:.3rem;background:#067b9f;text-decoration:none}