@font-face {
    font-family: raaksmaakFont1;
    src: url(./SchoolTimes-MKZB.otf);
}

body{
    height: 1770px;
    background-image: url("./fire2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
}

#flames {
    position: absolute;
    height: 1400px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

#section1 {
    padding-top: 15px;
    text-align: center;
}

#heading_text {
    color: whitesmoke;
    text-align: center;
    font-family: raaksmaakFont1;
}

#section2 {
    padding-top: 15px;
}

#section3 {
    padding-top: 15px;
    color: whitesmoke;
    font-family: raaksmaakFont1;
}

.product_img {
    text-align: center;
}
