.custom-button{padding:20px}.button-box,.custom-button{align-items:center;display:flex;justify-content:center}.button-box{background:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);flex-direction:column;height:250px;text-decoration:none;transition:background .3s,color .3s;width:250px}.button-box .icon{align-items:center;background:#f60;border-radius:50%;display:flex;height:150px;justify-content:center;margin-bottom:15px;width:150px}.button-box .icon img{filter:invert(1);height:80px;width:80px}.button-box p{color:#f60;font-size:18px;font-weight:700;margin:0;padding-top:5px;text-align:center}.button-box:hover{background:#f60;color:#fff}.button-box:hover p{color:#fff}.custom-button i{color:orange;font-size:40px;margin-bottom:10px}.custom-button a:hover i{color:#fff}