@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
    src: url('vollkorn/vollkorn-regular.eot');
    /* For IE6-8 */
    src: url('vollkorn/vollkorn-regular.woff') format('woff'), url('vollkorn/vollkorn-regular.ttf') format('truetype');
}

body, button {
    font-family: 'Vollkorn';
}

h1 img {
    width: 350px;
    height: auto;
}

button {
    background: none;
    cursor: pointer;
    border: 0;
    font-size: 14pt;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.container {
    width: 350px;
    overflow: hidden;
    margin: 0 auto;
}

.container img {
    width: 100%;
    height: auto;
}