nav {
    padding: 1rem;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.8rem;
}
header {
    padding-top: 3rem;
}
footer {
}
header p {
    font-size: 1.4rem;
}
section p {
    font-size: 1.2rem;
}
pre[class*="language-"] code {
    font-size: 0.8rem;
}
.cta {
    font-size: 1.2rem;
    padding: .8rem 1.2rem;
}
.desktop {
    display: none;
}
.desktop img {
    max-width: 100%;
}
.mobile {
    display: inline;
}
