html, body {
  height: 100%;
  min-height: 320px;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack : center;
  -webkit-justify-content: center;
          justify-content: center;
     -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font: normal 1em/1.5 sans-serif;
  color: #263238;
  background: #fff;
}

.u-email {
  color: #263238;
  text-decoration: none;
}

.u-email:hover {
  color: #00bcd4;
}

.u-url {
  display:block;
  margin: 0 0 1em;
  padding: 0;
}

.u-url h1,
.u-url h2 {
  display: none;
}

.content {
  margin: 0;
  padding: 0;
  border-top: 2px solid #00bbd3;
  font-size:.7em;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  color:#a4b4bc;
}