html, body {
    height: 100%;
    background: rgba(31,48,237,1);
    background: -moz-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,48,237,1)), color-stop(100%, rgba(21,38,227,1)));
    background: -webkit-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -o-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -ms-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: linear-gradient(to right, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}

* {
    margin: 0;
    padding: 0;
}

.content {
    background: rgba(31,48,237,1);
    background: -moz-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,48,237,1)), color-stop(100%, rgba(21,38,227,1)));
    background: -webkit-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -o-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: -ms-linear-gradient(left, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    background: linear-gradient(to right, rgba(31,48,237,1) 0%, rgba(21,38,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    color: #F1FAFF;
}

#contact {
    /*height: 100%;*/
    font-size: 2em;
}

#title {
    margin: 0;
}

#offers ul li, #services ul li {
    list-style-type: none;
}

.content {
    padding: 6%;
    text-align: center;
    width: 100%;
    background-color: #ABABAB;
}

.image {
  width: 100%;
}

img {
  width: 100%;
}
