html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  /* background-color: #1f1b1b; */
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 22px;
  vertical-align: middle;
  display: table;
  
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#479fb7+1,e27abc+100 */
  background-color: #f4f4f4;

}

div.box {
  width: calc(100% - 60px);
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 82px;
  text-align: center;
  font-family: 'Major Mono Display', monospace;
  font-weight: 300;
  margin: 15px 0;
  letter-spacing: -0.1em;
  z-index: 1;
}

div.belso {
  margin-top: -1.8em;
  z-index: 3;
  display: flex;
}

div.belso p {
  text-align: center;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  width: auto;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 0.1em 0.3em;
  display: table;
  z-index: 2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

p.text {
  font-size: 0.6em;
}

a:link, a:visited, a:active {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #ff5a17;
  padding: 10px;
  margin-top: 2em;
}
a:hover {
  background-color: #aaa;
}

img {
    width: 140px;
    position: fixed;
    bottom: 1em;
    left: calc(50% - 70px);
    z-index: -1;
}


@media (min-width: 631px) AND (max-width: 1024px) {
  a:link, a:visited, a:active {
    font-size: 15px;
  }

  h1 {
    font-size: 52px;
  }
  
  div.belso {
    margin-top: -1.4em;
  }

  div.belso p {
    font-size: 23px;
    font-weight: 300;
    padding: 0.0em 0.4em;
  }
}

@media (max-width: 630px) {
  div.box {
    width: calc(100% - 20px);
    padding: 10px;
  }

  a:link, a:visited, a:active {
    font-size: 13px;
  }
  h1 {
    font-size: 32px;
  }
  
    div.belso {
    margin-top: 0;
  }

  div.belso p {
    font-size: 18px;
    font-weight: 300;
    padding: 0.0em 0.25em;
  }
}