@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

html {
  min-height: 100%;
  overflow: hidden;
}

body {
  background-color: rgb(25,25,25); 
  color: rgba(255,255,255,.75);
  font-family: 'Anonymous Pro', monospace; 
  height: calc(100vh - 8em);
  padding: 4em;  
}

.content {
    display: block;
    font-family: 'Anonymous Pro', sans-serif;
    height: auto;
    margin: auto;
    position: relative;
    text-align: center;
    top: 40%;
    width: -webkit-calc(70%);
}


/* style inspired by Thiago Teles Pereira @thiagoteles */