* {
  box-sizing: border-box;
}
html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #00A79D;
  height: 100%;
}
h1 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}
h4 {
  margin-top: 8px;
  font-weight: 400;
}
.centered {
  text-align: center;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.centered a, .centered a:visited, .centered a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
.centered a:hover {
  text-decoration: none;
}
.links {
  line-height: 150%;
}
