@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: local('Indie Flower'), local('IndieFlower'), url(https://fonts.gstatic.com/s/indieflower/v10/m8JVjfNVeKWVnh3QMuKkFcZVaUuH99GUDg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body,
footer,
h1,
div,
a {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  vertical-align: baseline;
  border: 0;
  outline: none;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
}

html {
  display: block;
  font-family: sans-serif;
}

body {
  display: block;
  overflow: auto;
  border: 0;
}

h1 {
  font-weight: normal;
  font-style: normal;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  cursor: default;
  background: #fff;
  font-family: Lato, sans-serif;
}

h1 {
  display: block;
  font-weight: 300;
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 200px;
  margin-top: -100px;
  text-align: center;
  font-size: 150px;
  font-family: 'Indie Flower', sans-serif;
  letter-spacing: 2px;
  color: #0d07ff;;
}

@media all and (max-width:600px) {
  h1 {
    font-size: 100px
  }
}

div.footer {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px 20px;
  text-align: right
}

div.copyright,
a.contact {
  display: block;
  line-height: 20px;
  font-size: 12px;
  text-align: center
}

div.copyright {
  color: #B0BEC5
}

a.contact {
  position: absolute;
  right: 0;
  top: 0;
  color: #607D8B;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease
}

a.contact:hover {
  color: #0d07ff;
  text-decoration: underline
}

@media all and (max-width:800px) {
  a.contact {
    position: relative
  }
}
