html, body {
    height: 100%;
}

.gradient {
    background: linear-gradient(#C1F64B, #3AD6D2) no-repeat;
}

.icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

p.title {
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 44pt;
    color: slategrey;
}

p.subtitle {
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 18pt;
    color: slategrey;
    padding-left: 20pt;
    padding-right: 20pt;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0pt;
    margin-bottom: 24pt;
    line-height: 1.6;
}

p.description {
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14pt;
    color: lightslategray;
    padding-left: 20pt;
    padding-right: 20pt;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20pt;
    margin-bottom: 20pt;
    line-height: 1.6;
}

.badge {
    display: inline-block;
    overflow: hidden;
    background: url("images/badge.svg") no-repeat;
    width: 135px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.footer {
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 5pt;
    color: lightslategray;
    padding-left: 20pt;
    padding-right: 20pt;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20pt;
    margin-bottom: 20pt;
    line-height: 1.4;
}