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

.outer {
    display: flex;
    display:-webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inner {
    text-align: center;
}

.inner img {
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.small {
    font-size: 10px;
}

a {
  color: #63c1c6;
}
