<div class="custom-button-wrapper">
<a class="custom-button"
href="https://puhpowee.inker.be/shop/view_product/24817026/lumbini-vortex"
target="_blank">
Take me to this website
</a>
</div>
<style>
.custom-button {
text-decoration: none;
transition: 0.3s;
padding: 10px 20px;
line-height: 45px !important;
background: black !important;
color: white !important;
display: inline-block; /* makes it look like a button */
font-weight: bold;
}
.custom-button:hover {
opacity: 0.7;
}
</style>