Some">
<html>
<head>
<title>Problem - Uh oh!</title>
<style>
body {
background: var(--color-primary-dark);
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
height: 100%;
display: flex;
}
a {
color: #72a1ed;
}
.error {
margin: auto;
}
.home {
margin: 5px auto;
max-width: 400px;
text-align: center;
}
h3 {
margin-top: 22px;
font-size: 18px;
text-align: center;
}
.message {
margin: 0 auto;
font-size: 14px;
width: 500px;
}
.reference {
padding: 20px;
font-size: 14px;
text-align: center;
width: 460px;
margin: 30px auto 0;
}
</style>
</head>
<body id="error-page">
<div class="error">
<div class="home">
<h3><a href="/">Home</a></h3>
</div>
<div style="text-align: center;">
<h3>Sometimes bad things happen to good people.</h3>
</div>
<div class="message">
While we do our best to write bug-free code, every now and again things do go wrong.
<br />
<br />
Contact support and we will look into it.
</div>
</div>
</body>
</html>