html,body{
    height: 100%;
    margin:0;
    padding:0;
    background: #fbfbfb;

    font-family:  arial,sans-serif;
    color: rgb(83, 83, 83);
    overflow: hidden;
}
.page-body {
    height: 100%;
    padding: 10% 10% 0 10%;
}
.page-content {
    padding: 5% 10% 0 10%;
}
.page-content > div {
    padding-bottom: 8px;
}
.page-content > div:last-child {
    padding: 0;
}

.image {
    height: 110px;
    padding-bottom: 20px;
}
.title {
    font-size: 32px;
    line-height: 38px;
}
.text {
    font-size: 19px;
    line-height: 19px;
}
.link {
    color: rgb(83,83,83);
    text-decoration: none;
}

.link-text {
    text-decoration: underline;
}
