.codrops-header {
    margin: 0 auto;
    padding: 3em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
}

.codrops-header h1 {
    margin: 0;
    font-weight: 400;
    font-size: 2.5em;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 0.6em;
    opacity: 0.7;
}

@media screen and (max-width: 44.75em) {
    section {
        padding: 1em 2em;
    }
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 0.8em;
    }
}
