html {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.75em;
    height: 100%;
    margin: 0;
}

a {
    color: #47a;
    outline: none;
    text-decoration: none;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.container img {
    width: 10em;
    border-radius: 50%;
    margin-bottom: 1em;
}
