.body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.top{
    background-image: url(../img/img/aayush-gupta-ljhCEaHYWJ8-unsplash.jpg);
    background-size: cover;
    padding: 240px 0;
    font-family:ROLAchan;
    src: url(Regular.otf);
}

.about{
    padding: 130px;
}

.section{
    padding: 80px;
}

.section-title{
    position: relative;
  padding: 1em 2em;
  text-align: center;
}

.section-title{
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
  }
.section-title:before, .section-title:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: black;
  }
.section-title:before {
    left: 7px;
  }
.section-title:after {
    right: 7px;
  }

.title-flame{
    padding: 0 40px 0 40px;
}

.nametab{
    font-size: 25px;
}

.product-img{
    width: 100px;
}

.carousel-control{
    width: 50px;
    height: 50px;
    margin: auto;

}

.contact{
    background-color: rgb(231, 236, 240);
}

.contact-img{
    width: 10%;
}


@media only screen and (max-width: 767px){
    .section{
        padding: 80px 0 80px 0;
    }

    .about{
        padding: 40px;
    }

    .about-card{
        max-width: 80%;
    }
    

    .contact-img{
        width: 20%;
    }



}