html, body {
  height: 100%;
  box-sizing: border-box; }

body {
  display: flex;
  align-items: center;
  text-align: center;
  background: white;
  color: #111;
  font: 300 20px "Source Sans Pro", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 20px; }
  @media (max-width: 40rem) {
    body {
      font-size: 18px;
      align-items: start; } }
.outer-container {
  max-width: 1200px;
  margin: 0 auto;
  max-height: 100%; }

.inner-container {
  padding-top: 20px;
  padding-bottom: 50px; }
  @media (max-width: 40rem) {
    .inner-container {
      padding-top: 0;
      padding-bottom: 30px; } }
a, b {
  font-weight: 400; }

a, a:visited {
  color: #23ccbe;
  text-decoration: none;
  border-bottom: 1px solid #ededed; }

a:hover, a:focus {
  color: #01aa9c;
  border-color: #bbb; }
