html, body {
    background:#e3eef8;
   font-family: 'Source Sans Pro', sans-serif;
   color:#000;
}
h1 {
    font-family: 'Dongle', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 50px;
    text-align: center;
}
h2 {
    font-family: 'Dongle', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 32px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}
p {
    font-size: 18px;
    line-height: 27px;
}
.uk-card-default {
    color: #333;
    border-radius: 5px;
}
.uk-alert-primary {
    background: #d8eafc;
    color: #1e87f0;
    text-align: center;
    font-size: 20px;
}
.uk-card-default img {
    border-radius: 5px;
}
.uk-alert-primary {
    border-radius: 5px;
}
@media only screen and (max-width: 600px) {
h1 {
    font-family: 'Dongle', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    text-align: center;
    line-height: 30px;
}
h2 {
    font-family: 'Dongle', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 31px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 25px;
    margin-top: 10px;
}
.uk-alert-primary {
    background: #d8eafc;
    color: #1e87f0;
    text-align: center;
    font-size: 17px;
}
}