.pill-button{align-items:center;background-color:transparent;border:2px solid #fff;border-radius:50px;color:#fff;display:inline-flex;font-size:16px;padding:10px 20px;text-decoration:none;transition:background-color .3s,color .3s}.pill-button:hover{background-color:#fff;color:#000}.pill-button .arrow{border-bottom:6px solid transparent;border-left:10px solid #fff;border-top:6px solid transparent;height:0;margin-left:10px;transition:border-left-color .3s;width:0}.pill-button:hover .arrow{border-left-color:#000}