body {
    height: 100vh;
    font-size: 16px;

    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: #57607c;
}

img {
    max-width: 80%;
    padding: 20px;
}

.center {
    text-align: center
}

.left-margin {
    margin-left: 20px;
}

.content {
    flex: 1 0 auto;
}

.siimple-p {
    font-size: 18px;
}

.header {
    background-color: #40bcd8;
    color: #FFFFFF;
}

.header .siimple-content {
    padding-top: 20px
}

.header .siimple-jumbotron-title {
    font-size: 100px;
    line-height: 90px;
}

.header .siimple-jumbotron-subtitle {
    margin-top: 24px;
    font-size: 24px;
    opacity: 1;
}

.big-button {
    margin-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 48px;
    height: auto;

    font-size: 24px;
}

.header .download {
    margin-top: 16px;
    background-color: #fff;
    color: #27a2be;
}

.featured {
}

.featured-title {
    text-align: center;
    margin-bottom: 25px;
}

.footer {
    background-color: #f0f5fb;
    padding-bottom: 50px;
    flex-shrink: 0;
}

.footer .siimple-p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.siimple-list .siimple-list-item {
    padding: 16px;
}

.siimple-list .siimple-p {
    margin-bottom: 0;
}
