/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    outline: 0;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #FFFFFF;
    color: #4a4a4a;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding: 2.4rem 1.6rem;
}

h1 {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

h2 {
    color: #7E818F;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-weight: 700;
    line-height: 2.1rem;
    margin-bottom: 2.4rem;
}

p {
    line-height: 2.1rem;
    margin-bottom: 3.2rem;
}

a {
    color: #2771E7;
}

a:focus {
    outline: thin solid #2771E7
}

ol,
ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

li {
    display: inline-block;
    margin-right: 3.2rem;
}

.page-wrapper {
    margin: 0 auto;
    max-width: 320px;
}

.image-wrapper {
    padding-bottom: 3.2rem;
    text-align: center;
}

.image-wrapper img {
    max-width: 273px;
    width: 100%;
}

@media only screen and (min-width: 696px) {
    .page-wrapper {
        align-items: center;
        display: flex;
        height: 100%;
        max-width: 664px;
    }

    .image-wrapper,
    .text-wrapper {
        vertical-align: middle;
        width: 50%;
    }

    .image-wrapper {
        padding-bottom: 0;
        padding-right: 3.2rem;
        text-align: right;
    }

    .text-wrapper {
        padding-left: 3.2rem;
    }
}


.blue {
    color: #2771e7;
}

.yellow {
    color: #F7AF1E;
}

.purple {
    color: #8D2BFF;
}

.green {
    color: #1cd58c;
}

.emphasis {
    font-weight: 700;
}