@import url(http://fonts.googleapis.com/css?family=Nunito:300);

body {
  font-family: 'Nunito', sans-serif;
  background-color: #333131;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}
a, a:hover, a:visited, a:active {
  color: #fff;
  text-decoration: none;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.button {
  background-color: #89ab23;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #89ab23;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  padding: 11px 22px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.button:hover {
  background-color: #89ab23;
}
.button:active {
  position: relative;
  top: 1px;
}
