.tagContainer{display:grid;justify-content:center;grid-template-columns:repeat(3,1fr);grid-gap:20px;margin:3vh auto 0;width:80vw}.tagItem{display:flex;justify-content:center;align-items:center;padding-top:10px;height:20vh;width:25vw;color:#fff;background-color:#2d2d2d;border-radius:20px;font-size:3.5em}.tagItem:hover{cursor:pointer;background-color:#fff;color:#2d2d2d}.tagText{color:#fff;font-size:3.5em}.tagText:hover{color:#2d2d2d}h2{color:#fff}#prompt{margin-top:4vh;display:flex;justify-content:center;align-items:center}