body {
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Roboto', sans-serif;
}

.wrap {
    margin: auto;
    max-width: 1280px;
}

#header {
    width: 100%;
    height: 20vh;
    max-height: 300px;
    background-image: url('./images/Bwamp.png');
    background-position: center;
    background-size: cover;
}

.content {
    padding: 2em;
    text-align: center;
}

.intro {
    width: 50%;
    margin: auto;
    min-width: 300px;
}

.item {
    display: block;
    margin: auto;
    width: 250px;
}

.item img {
    height: 200px;
}

#footer {
    padding: 1em;
    text-align: center;
    font-style: italic;
    color: #aaa;
}

@media screen and (max-width: 640px) {
    .wrap #header {
        max-height: 300px;
    }
}