html, body {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0; }

body {
  font-family: "Helvetica Neue";
  font-size: 13px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }

.refreshed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 1s;
          transition: 1s;
  display: block;
  padding: 3px 5px;
  border-bottom-right-radius: 3px; }

.wrap {
  position: relative;
  max-width: 500px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: none; }

.loaded .refreshed {
  opacity: 0; }

#myCanvas {
  position: fixed;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  z-index: -1; }
