body {
    font-family: 'Roboto-Light', sans-serif;
}

header {
    text-align: center;
}

.pirates {
    max-height: 150px;
    margin: 10px
}

h1 {
    padding: 30px 0 0 0;
    font-size: 3.5em;
}

h2 {
    padding: 20px 0 10px 0;
}

.intro {
    font-size: 1.1em;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    text-align: center;
    height: 300px;
}

p.light {
    color: #999;
}