html,
body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1, h2 {
    margin: 0;
    font-weight: inherit;
}

img {
    width: 120px;
    height: 120px;
}
