*{
    margin: 0;
    padding: 0;
}
#container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
    margin-bottom: 50px;
}
li.wbn{
    margin-bottom: 20px;
    font-style: italic;
    font-family: cursive;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 4px;
}
.hd1{
    font-size: 30px;
    margin-bottom: 30px;
}
.note{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-variant: small-caps;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 50px;
    word-spacing: 4px;
}
#image1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.wab{
    width: 700px;
    height: 462px;
}
@media (max-width: 768px) {
    .wab{
        width: 70%;
    }
}
@media (max-width: 480px) {
    .wab{
        width: 80%;
    }
}
#picnote{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.combine{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: end;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.howto{
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
#image1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.description{
    text-align: center;
    margin-top: 10px;
    letter-spacing: 4px;
    font-size: 20px;
    font-family: cursive;
    font-style: oblique;
    font-weight: 400;
}
.textoverlay{
    position: relative;
}
.textoverlayab{
    position: absolute;
    left: 55px;
    top: 50px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#ordercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
#order{
    border: 1px solid black;
    width: 400px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 7px;
}
#ordertab{
    text-decoration: none;
    color: black;
}
.below{
    background-color: rgb(92, 84, 84);
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
    font-size: 25px;
}
#instagram2{
    color: rgb(207, 200, 200);
    margin-right: 10px;
    text-decoration: none;
    
}
.geb{
    color: rgb(207, 200, 200);
}
.belowabout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lastpage{
    background-color: black;
    color: white;
    height: 700px;
}
.bran{
    text-align: center;
    margin-bottom: 30px;
}
.mbt{
    margin-top: 50px;
    margin-bottom: 50px;
}
#facebook1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#whatsapp1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#instagram1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
.typeoflist{
    list-style-type: none;
    margin-bottom: 30px;
}
.ste{
    color: white;
    text-decoration: none;
    margin-bottom: 50px;
}
.ste1{
    margin-bottom: 20px;
}
@media (max-height: 768px) {
    .lastpage{
        height: 100%;
    }
}
@media (max-height: 460px) {
    .lastpage{
        height: 100%;
    }
}
#builder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site{
    font-size: 20px;
}
.Gil{
    margin-left: 10px;
    line-height: 25px;
}

