@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Mono&subset=latin,latin-ext);

html,body,h1{
  margin:0; 
  padding:0; 
  height: 100%;
}

body, h1{
  font-family: 'Roboto Mono', sans-serif;
}

body {
  background-color: #282828;
}

a, a:visited{
  color: #ffffff;
  text-decoration: underline;
}
a:hover{
  color: #ffffff;
  text-decoration: none
}
.container{
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

.outer{
  display: table-cell;
  vertical-align: middle;
}

.middle{
  display: inline-block;
}

.inner{
  color: #ffffff;
  text-align: center;
}