body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
    margin: 15px calc(10% + 60px);
}

a {
    text-decoration: none;
}

em {
    font-size: 22px;
}

.site-header {
    margin: 0;
    padding: 3rem 0;
}

.site-title {
    margin: auto;
    display: inline;
    font-size: 1.5em;
}

.site-title a {
    color: #111;
}

.site-description {
    display: inline;
    color: #767676;
    font-weight: normal;
    margin: 0;
    font-size: 1.3em;
}

.has-text-align-center {
    text-align: center;
}

.button {
    background-color: #0073aa;
    border-radius: 20px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 300px;
    font-size: 22px;
}

.app-launcher-image {
    margin: auto;
    display: block;
}