html {
    text-align: center;
}

body > header > h1 {
    color: #4f4fff;
    text-shadow: 0 0 6pt #8080ff;
    font-size: 8em;
    font-family: sans-serif;
    font-weight: lighter;
}

body > section h2 {
    color: #4f4fff;
    text-shadow: 0 0 6pt #8080ff;
    font-size: 3em;
    font-family: sans-serif;
    font-weight: lighter;
}

body > section h3 {
    color: #4f4fff;
    text-shadow: 0 0 6pt #8080ff;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: lighter;
}

section.of-the-week {
    margin-bottom: 6em;
}
img {
     max-width: 70%;
}
