---
layout: default
permalink: /404.html
---

<div class="full" style="background-color: #3399D4;">
  <div class="four spacing"></div>
  <div class="section-title">
    <div class="row">
      <div class="medium-10 medium-centered columns">
        <img src="/images/main/404.svg" width="70%" height="70%"><br />
        <br /><h1>Page not found</h1><br />
      </div>
        <div class="small-6 columns">
          <a href="#" onclick="history.go(-1)" class="button boxed white" style="float: right;">Go a page back</a>
        </div>
        <div class="small-6 columns">
          <a href="https://ura.design" class="button boxed white" style="float: left;">Go to homepage</a>
        </div>
      </div>
    </div>
  </div>