.top{
    background-image: url(../img/IMG_9187.png);
    background-size: cover;
}
.container{
    width: 90%;
    max-width: 980px;
    margin: auto;
}

.service{
    background-color: #eaf6fd;
}

.contact{
    background-color: #eaf6fd;
}

footer{
    background-image: url(../img/IMG_1781.png);
    background-size: cover;
}
h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  
  h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }