@font-face {
    font-family: Canterbury;
    src: url(./fonts/Canterbury.ttf);
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1 {
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Playball';
    font-size: 40px;
}

.container {
    line-height: 0.5;
}

.container h1 {
    font-weight: normal;
}

.picture img {
    display: block;
    margin: 0 auto 4em;
    max-width: 100%;
}

.picture {
    padding-bottom: 15%;
}
#banner {
    font-size: 2.5em;
    font-weight: bold;
    font-family: Canterbury;
}
