html{
  height:100%;
}
body{
  min-height: 100%;
  padding: 20px;
  margin-top: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#ffffff;
  box-sizing: border-box;
}
#all {
  margin: 50px;
  margin-top: 10px;
  padding:20px;
  width: 600px;
  min-width: 300px;
  background:#ffffff;
  display:inline-block;
  position: relative;
  border-bottom: 5px solid #ede6e7;
  border-radius: 5px;
}
h1, h2 {
  font-family: 'Arvo', serif;
}

h1 {
  color: #bb828a;
}
h2  {
  font-size: 1.1em;
}

#nav{
  font-family: 'VT323', monospace;
  text-align: right;

}

#nav>div {
  display:inline-block;
  margin: 0;
  padding: 5px;
}

#nav a {
  color: #d2bad2;
}
#nav>div:first-child {
  border-left: 5px solid #ede6e7;
}

#nav>div:first-child a {
  color:#696969;
}


#content{
  z-index:3;
  position:relative;
  font-family: 'VT323', monospace;
  margin-right: 20px;

  min-height:150px;
}

#footer {
  height:200px;

  position:absolute;
  right:1%;
  bottom: -80px;

  z-index:0;
  pointer-events: none;

}

#cat{
  height: 100%;
  z-index:2;
}