<!DOCTYPE html>
<html>
<head>
<title>Megaphone</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<link href="/errors.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="background-img"></div>
<div class="container" style="width:100%;height:100vh;text-align:center;position:relative">
<div class="container" style="width:100%;text-align:center;top:50%;transform:translateY(-60%)">
<h3>404</h3>
<h6>We can't seem to find what you're looking for.</h6>
</div>
</div>
<div class="footer">
<div class="container" style="width:125px;margin:0 auto;display:block">
<div class="logo">
<img alt="" src="/images/logo.png" style="width:125px" />
</div>
</div>
<div class="container" style="width:400px;text-align:center;margin:0 auto;display:block">
<h6 style="color:#bdc3c7;font-size:10px">Copyright © <script>document.write(new Date().getFullYear())</script> Megaphone, LLC. All rights reserved</h6>
</div>
</div>
</body>
</html>