MangoCreek – 404 Error Page not found

<div class=”section”>
<h1 class=”error”>404</h1>
<div class=”page”>Looks like the page you were trying to reach was removed or renamed.</div>
<div class=”cta-button”>
<a href=”/collections/premium-soy-candles” class=”primary action primary”>Buy Premium Soy Candles</a>
<a href=”/collections/shop-by-categories” class=”primary action primary”>Explore our Categories</a></div>

<style>
.section{
text-align: center;
}
.section .error {
font-size: 150px !important;
color: #fc8d00;
text-shadow: 1px 1px 1px #AF1111, 2px 2px 1px #AF1111, 3px 3px 1px #AF1111, 4px 4px 1px #AF1111, 5px 5px 1px #AF1111, 6px 6px 1px #AF1111, 7px 7px 1px #AF1111, 8px 8px 1px #AF1111, 25px 25px 8px rgba(0,0,0, 0.2);
}
.page{
margin: 2rem 0;
font-size: 20px;
font-weight: 600;
color: #444;
}
.cta-button {
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.primary.action.primary {
color: #fff !important;
width: 250px;
}
</style></div>