body {
    font-family: 'TT Norms Pro', Helvetica, sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #242424;
    font-size: 19px;
    padding: 80px 20px;
}

.wrap {
    max-width: 1000px;
    margin: auto;
}

h1 {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
}

p {
    line-height: 1.2em;
}

img {
    display: block;
    margin: auto;
    width: 200px;
}