html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

#header {
  height: 70px;
  line-height: 70px;
  background-color: #1890ff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  padding-left: 20px;
}

#header h1 {
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 10px;
  font-size: 32px;
  font-family: 'Permanent Marker', cursive;
}

#content {
  padding-bottom: 30px;
  padding-top: 70px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #DDD;
  background-color: #EEE;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.footer-item {
  padding: 0 5px;
  display: inline-block;
}

.footer-link {
  color: #1890ff;
}
