.aligntable{margin:auto;display:flex;align-items:center;justify-content:center}.at1{text-align:center}.cards{display:flex;flex-direction:column;gap:5px}.cards .purple{background-color:#b408cf}.cards .blue{background-color:#3b82f6}.cards .redbee{background-color:#c90076}.cards .card{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100px;width:280px;border-radius:5px;color:white;cursor:pointer;transition:400ms}.cards .card p.tip{font-size:17px;font-weight:500;padding-top:0}.cards .card p.second-text{font-size:18px;font-weight:600}